RubyLouvre / avalon

an elegant efficient express mvvm framework
http://avalonjs.coding.me/
Other
5.8k stars 1.42k forks source link

debug issue #2098 for function Cache,修改Cache类下put的bug,使得this.size能够正常… #2099

Open Albert-cord opened 5 years ago

Albert-cord commented 5 years ago

…记录Cache空间 解决了issue#2098,使得Cache的空间记录属性this.size可以正常记录Cache长度

codecov-io commented 5 years ago

Codecov Report

Merging #2099 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2099   +/-   ##
=======================================
  Coverage   96.01%   96.01%           
=======================================
  Files          82       82           
  Lines        4237     4237           
=======================================
  Hits         4068     4068           
  Misses        169      169
Impacted Files Coverage Δ
src/seed/cache.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e405ca6...a034cda. Read the comment docs.