Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2777
void NixNote::printNote() {
2778
tabWindow->currentBrowser()->fastPrint = false;
2779
tabWindow->currentBrowser()->printNote();
2780
}
2781
2782
2783
Callers
1
fastPrintNote
Method · 0.45
Calls
1
currentBrowser
Method · 0.80
Tested by
no test coverage detected