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

Function withAppended

static/word2md/mammoth.browser.js:9257–9266  ·  view source on GitHub ↗
(target, appendee)

Source from the content-addressed store, hash-verified

9255}
9256
9257function withAppended(target, appendee) {
9258 var len = target.length;
9259 var ret = new Array(len + 1);
9260 var i;
9261 for (i = 0; i < len; ++i) {
9262 ret[i] = target[i];
9263 }
9264 ret[i] = appendee;
9265 return ret;
9266}
9267
9268function getDataPropertyOrDefault(obj, key, defaultValue) {
9269 if (es5.isES5) {

Callers 1

promisifiedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected