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

Method fastPrintNote

nixnote.cpp:2799–2802  ·  view source on GitHub ↗

Print the current note

Source from the content-addressed store, hash-verified

2797
2798// Print the current note
2799void NixNote::fastPrintNote() {
2800 tabWindow->currentBrowser()->fastPrint = true;
2801 tabWindow->currentBrowser()->printNote();
2802}
2803
2804
2805

Callers

nothing calls this directly

Calls 2

currentBrowserMethod · 0.80
printNoteMethod · 0.45

Tested by

no test coverage detected