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

Function ResourceList

static/word2md/mammoth.browser.js:9073–9077  ·  view source on GitHub ↗
(length)

Source from the content-addressed store, hash-verified

9071 }
9072
9073 function ResourceList(length) {
9074 this.length = length;
9075 this.promise = null;
9076 this[length-1] = null;
9077 }
9078
9079 ResourceList.prototype._resultCancelled = function() {
9080 var len = this.length;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected