Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ spellCheckCurrentNote
Method
spellCheckCurrentNote
nixnote.cpp:3527–3529 ·
view source on GitHub ↗
Run the spell checker
Source
from the content-addressed store, hash-verified
3525
3526
// Run the spell checker
3527
void NixNote::spellCheckCurrentNote() {
3528
tabWindow->currentBrowser()->spellCheckPressed();
3529
}
3530
3531
3532
Callers
nothing calls this directly
Calls
2
spellCheckPressed
Method · 0.80
currentBrowser
Method · 0.80
Tested by
no test coverage detected