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

Method getPage

html/noteformatter.cpp:90–92  ·  view source on GitHub ↗

Return the formatted content */

Source from the content-addressed store, hash-verified

88
89/* Return the formatted content */
90QString NoteFormatter::getPage() {
91 return this->content;
92}
93
94
95

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected