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

Method printNote

nixnote.cpp:2777–2780  ·  view source on GitHub ↗

Print the current note

Source from the content-addressed store, hash-verified

2775
2776// Print the current note
2777void NixNote::printNote() {
2778 tabWindow->currentBrowser()->fastPrint = false;
2779 tabWindow->currentBrowser()->printNote();
2780}
2781
2782
2783

Callers 1

fastPrintNoteMethod · 0.45

Calls 1

currentBrowserMethod · 0.80

Tested by

no test coverage detected