Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
listner
Function · 0.70
polyfill.js
File · 0.70
Calls
2
fn
Function · 0.85
has
Function · 0.70
Tested by
no test coverage detected