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

Function referentHtmlId

static/word2md/mammoth.browser.js:322–324  ·  view source on GitHub ↗
(referenceType, referenceId)

Source from the content-addressed store, hash-verified

320 }
321
322 function referentHtmlId(referenceType, referenceId) {
323 return htmlId(referenceType + "-" + referenceId);
324 }
325
326 function referenceHtmlId(referenceType, referenceId) {
327 return htmlId(referenceType + "-ref-" + referenceId);

Callers 3

noteHtmlIdFunction · 0.70
convertCommentReferenceFunction · 0.70
convertCommentFunction · 0.70

Calls 1

htmlIdFunction · 0.70

Tested by

no test coverage detected