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

Function Files

static/word2md/mammoth.browser.js:88–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86
87
88function Files() {
89 function read(uri) {
90 return promises.reject(new Error("could not open external image: '" + uri + "'\ncannot open linked files from a web browser"));
91 }
92
93 return {
94 read: read
95 };
96}
97
98},{"../../lib/promises":23}],2:[function(require,module,exports){
99var promises = require("../lib/promises");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected