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

Function noteReferenceReader

static/word2md/mammoth.browser.js:954–962  ·  view source on GitHub ↗
(noteType)

Source from the content-addressed store, hash-verified

952 }
953
954 function noteReferenceReader(noteType) {
955 return function(element) {
956 var noteId = element.attributes["w:id"];
957 return elementResult(new documents.NoteReference({
958 noteType: noteType,
959 noteId: noteId
960 }));
961 };
962 }
963
964 function readCommentReference(element) {
965 return elementResult(documents.commentReference({

Callers 1

BodyReaderFunction · 0.70

Calls 1

elementResultFunction · 0.70

Tested by

no test coverage detected