MCPcopy Index your code
hub / github.com/codrops/RainEffect / frozenStore

Function frozenStore

demo/js/main.js:394–396  ·  view source on GitHub ↗
(that)

Source from the content-addressed store, hash-verified

392
393// fallback for frozen keys
394var frozenStore = function(that){
395 return that._l || (that._l = new FrozenStore);
396};
397var FrozenStore = function(){
398 this.a = [];
399};

Callers 1

main.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected