MCPcopy 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}
552function stepCall(fn, value, entries){
553 return entries ? invoke(fn, value) : fn(value);
554}
555function checkDangerIterClosing(fn){
556 var danger = true;
557 var O = {

Callers 1

forOfFunction · 0.85

Calls 2

fnFunction · 0.85
invokeFunction · 0.70

Tested by

no test coverage detected