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

Function Note

static/word2md/mammoth.browser.js:686–693  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

684};
685
686function Note(options) {
687 return {
688 type: types.note,
689 noteType: options.noteType,
690 noteId: options.noteId,
691 body: options.body
692 };
693}
694
695function commentReference(options) {
696 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected