MCPcopy Create free account
hub / github.com/TruthHun/BookStack / bound

Function bound

static/word2md/mammoth.browser.js:28571–28573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28569 if (!_.isFunction(func)) throw new TypeError('Bind must be called on a function');
28570 var args = slice.call(arguments, 2);
28571 var bound = function() {
28572 return executeBound(func, bound, context, this, args.concat(slice.call(arguments)));
28573 };
28574 return bound;
28575 };
28576

Callers 3

doHandleBindingFunction · 0.50
doHandleBindingFunction · 0.50
doHandleBindingFunction · 0.50

Calls 1

executeBoundFunction · 0.70

Tested by

no test coverage detected