MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / setNoteHistory

Method setNoteHistory

html/noteformatter.cpp:110–112  ·  view source on GitHub ↗

If we are here because we are viewing note history, then we set the flag here. Note history is almost the same as a regular note, but there are some differences. */

Source from the content-addressed store, hash-verified

108 set the flag here. Note history is almost the same as a regular
109 note, but there are some differences. */
110void NoteFormatter::setNoteHistory(bool value) {
111 this->noteHistory = value;
112}
113
114
115/* Take the ENML note and transform it into HTML that WebKit will

Callers 1

NoteFormatterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected