Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ stepCall
Function
stepCall
lib/web/polyfill.js:552–554 ·
view source on GitHub ↗
(fn, value, entries)
Source
from the content-addressed store, hash-verified
550
return
assertObject(getIter.call(it));
551
}
552
function
stepCall(fn, value, entries){
553
return
entries ? invoke(fn, value) : fn(value);
554
}
555
function
checkDangerIterClosing(fn){
556
var
danger = true;
557
var
O = {
Callers
1
forOf
Function · 0.85
Calls
2
fn
Function · 0.85
invoke
Function · 0.70
Tested by
no test coverage detected