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

Function emptyResultWithMessages

static/word2md/mammoth.browser.js:1335–1337  ·  view source on GitHub ↗
(messages)

Source from the content-addressed store, hash-verified

1333
1334
1335function emptyResultWithMessages(messages) {
1336 return new ReadResult(null, null, messages);
1337}
1338
1339function emptyResult() {
1340 return new ReadResult(null);

Callers 3

readXmlElementFunction · 0.70
BodyReaderFunction · 0.70
readImageDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected