MCPcopy 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
3527void NixNote::spellCheckCurrentNote() {
3528 tabWindow->currentBrowser()->spellCheckPressed();
3529}
3530
3531
3532

Callers

nothing calls this directly

Calls 2

spellCheckPressedMethod · 0.80
currentBrowserMethod · 0.80

Tested by

no test coverage detected