MCPcopy Index your code
hub / github.com/TruthHun/BookStack / read

Function read

static/word2md/mammoth.browser.js:89–91  ·  view source on GitHub ↗
(uri)

Source from the content-addressed store, hash-verified

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

Callers 2

arrayIndexOfFunction · 0.70
cropper.jsFile · 0.50

Calls 6

findPartPathsFunction · 0.70
readStylesFromZipFileFunction · 0.70
readNumberingFromZipFileFunction · 0.70
readXmlFileWithBodyFunction · 0.70
collapseAlternateContentFunction · 0.70
uint8ArrayToBufferFunction · 0.70

Tested by

no test coverage detected