MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / run

Function run

lib/web/polyfill.js:1233–1239  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1231 delete queue[id];
1232 };
1233 function run(id){
1234 if(has(queue, id)){
1235 var fn = queue[id];
1236 delete queue[id];
1237 fn();
1238 }
1239 }
1240 function listner(event){
1241 run(event.data);
1242 }

Callers 2

listnerFunction · 0.70
polyfill.jsFile · 0.70

Calls 2

fnFunction · 0.85
hasFunction · 0.70

Tested by

no test coverage detected