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

Function Notes

static/word2md/mammoth.browser.js:672–676  ·  view source on GitHub ↗
(notes)

Source from the content-addressed store, hash-verified

670}
671
672function Notes(notes) {
673 this._notes = _.indexBy(notes, function(note) {
674 return noteKey(note.noteType, note.noteId);
675 });
676}
677
678Notes.prototype.resolve = function(reference) {
679 return this.findNoteByKey(noteKey(reference.noteType, reference.noteId));

Callers

nothing calls this directly

Calls 1

noteKeyFunction · 0.70

Tested by

no test coverage detected