Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
394
var
frozenStore =
function
(that){
395
return
that._l || (that._l =
new
FrozenStore);
396
};
397
var
FrozenStore =
function
(){
398
this.a = [];
399
};
Callers
1
main.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected