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

Function caller

static/word2md/mammoth.browser.js:4364–4368  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

4362}
4363
4364function caller(obj) {
4365 var methodName = this.pop();
4366 var fn = ensureMethod(obj, methodName);
4367 return fn.apply(obj, this);
4368}
4369Promise.prototype.call = function (methodName) {
4370 var $_len = arguments.length;var args = new Array(Math.max($_len - 1, 0)); for(var $_i = 1; $_i < $_len; ++$_i) {args[$_i - 1] = arguments[$_i];};
4371 if (!false) {

Callers

nothing calls this directly

Calls 1

ensureMethodFunction · 0.70

Tested by

no test coverage detected