MCPcopy
hub / github.com/codemix/fast.js / bindInternal4_0_0_2a

Function bindInternal4_0_0_2a

test/history.js:218–222  ·  view source on GitHub ↗
(func, thisContext)

Source from the content-addressed store, hash-verified

216}
217
218function bindInternal4_0_0_2a (func, thisContext) {
219 return function (a, b, c, d) {
220 return func.call(thisContext, a, b, c, d);
221 };
222}
223
224// v0.0.2b
225

Callers 1

history.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…