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

Function promiseSetter

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

Source from the content-addressed store, hash-verified

6226 };
6227
6228 var promiseSetter = function(i) {
6229 return new Function("promise", "holder", " \n\
6230 'use strict'; \n\
6231 holder.pIndex = promise; \n\
6232 ".replace(/Index/g, i));
6233 };
6234
6235 var generateHolderClass = function(total) {
6236 var props = new Array(total);

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected