Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ exitSearchMode
Method
exitSearchMode
YACReaderLibrary/library_window.cpp:2702–2709 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2700
}
2701
2702
bool LibraryWindow::exitSearchMode()
2703
{
2704
if (status != LibraryWindow::Searching)
2705
return false;
2706
searchEdit->clearText();
2707
clearSearchFilter();
2708
return true;
2709
}
Callers
3
selectedFolder
Method · 0.80
selectedList
Method · 0.80
selectedIndexFromHistory
Method · 0.80
Calls
1
clearText
Method · 0.80
Tested by
no test coverage detected