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

Method findNextInNote

nixnote.cpp:2464–2466  ·  view source on GitHub ↗

Search for the next occurrence of text in a note.

Source from the content-addressed store, hash-verified

2462//* in a note.
2463//*******************************************
2464void NixNote::findNextInNote() {
2465 tabWindow->currentBrowser()->findNextInNote();
2466}
2467
2468
2469

Callers

nothing calls this directly

Calls 1

currentBrowserMethod · 0.80

Tested by

no test coverage detected