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

Function readCommentsXml

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

Source from the content-addressed store, hash-verified

1408
1409function createCommentsReader(bodyReader) {
1410 function readCommentsXml(element) {
1411 return Result.combine(element.getElementsByTagName("w:comment")
1412 .map(readCommentElement));
1413 }
1414
1415 function readCommentElement(element) {
1416 var id = element.attributes["w:id"];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected