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

Function NoteReference

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

Source from the content-addressed store, hash-verified

662}
663
664function NoteReference(options) {
665 return {
666 type: types.noteReference,
667 noteType: options.noteType,
668 noteId: options.noteId
669 };
670}
671
672function Notes(notes) {
673 this._notes = _.indexBy(notes, function(note) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected