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

Function noteKey

static/word2md/mammoth.browser.js:712–714  ·  view source on GitHub ↗
(noteType, id)

Source from the content-addressed store, hash-verified

710}
711
712function noteKey(noteType, id) {
713 return noteType + "-" + id;
714}
715
716function Image(options) {
717 return {

Callers 2

NotesFunction · 0.70
mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected