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

Function thenCallback

static/word2md/mammoth.browser.js:6220–6226  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

6218if (!false) {
6219if (canEvaluate) {
6220 var thenCallback = function(i) {
6221 return new Function("value", "holder", " \n\
6222 'use strict'; \n\
6223 holder.pIndex = value; \n\
6224 holder.checkFulfillment(this); \n\
6225 ".replace(/Index/g, i));
6226 };
6227
6228 var promiseSetter = function(i) {
6229 return new Function("promise", "holder", " \n\

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected