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

Function elementResult

static/word2md/mammoth.browser.js:1343–1345  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1341}
1342
1343function elementResult(element) {
1344 return new ReadResult(element);
1345}
1346
1347function elementResultWithMessages(element, messages) {
1348 return new ReadResult(element, null, messages);

Callers 4

noteReferenceReaderFunction · 0.70
readCommentReferenceFunction · 0.70
BodyReaderFunction · 0.70
calculateRowSpansFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected