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

Method findPrevInNote

nixnote.cpp:2474–2476  ·  view source on GitHub ↗

Search for the previous occurrence of text in a note.

Source from the content-addressed store, hash-verified

2472//* text in a note.
2473//*******************************************
2474void NixNote::findPrevInNote() {
2475 tabWindow->currentBrowser()->findPrevInNote();
2476}
2477
2478
2479

Callers

nothing calls this directly

Calls 1

currentBrowserMethod · 0.80

Tested by

no test coverage detected