MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / bnd

Function bnd

static/js/codemirror/codemirror.js:4890–4890  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

4888 setTimeout(fireDelayed, 0);
4889 }
4890 function bnd(f) {return function(){f.apply(null, args);};};
4891 for (var i = 0; i < arr.length; ++i)
4892 delayedCallbacks.push(bnd(arr[i]));
4893 }

Callers 1

signalLaterFunction · 0.85

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected