MCPcopy
hub / github.com/jquery/esprima / get

Function get

test/3rdparty/mootools-1.4.5.js:3819–3821  ·  view source on GitHub ↗
(uid)

Source from the content-addressed store, hash-verified

3817var collected = {}, storage = {};
3818
3819var get = function(uid){
3820 return (storage[uid] || (storage[uid] = {}));
3821};
3822
3823var clean = function(item){
3824 var uid = item.uniqueNumber;

Callers 2

mootools-1.4.5.jsFile · 0.70
orderByFilterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected