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

Function readCommentReference

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

Source from the content-addressed store, hash-verified

962 }
963
964 function readCommentReference(element) {
965 return elementResult(documents.commentReference({
966 commentId: element.attributes["w:id"]
967 }));
968 }
969
970 function readChildElements(element) {
971 return readXmlElements(element.children);

Callers

nothing calls this directly

Calls 1

elementResultFunction · 0.70

Tested by

no test coverage detected