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

Function noteRefHtmlId

static/word2md/mammoth.browser.js:318–320  ·  view source on GitHub ↗
(note)

Source from the content-addressed store, hash-verified

316 }
317
318 function noteRefHtmlId(note) {
319 return referenceHtmlId(note.noteType, note.noteId);
320 }
321
322 function referentHtmlId(referenceType, referenceId) {
323 return htmlId(referenceType + "-" + referenceId);

Callers 1

DocumentConversionFunction · 0.70

Calls 1

referenceHtmlIdFunction · 0.70

Tested by

no test coverage detected