Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ clearCachedMatches
Method
clearCachedMatches
src/widgets/QuickFindWidget.cpp:331–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
void QuickFindWidget::clearCachedMatches()
332
{
333
matches.clear();
334
currentMatchIndex = -1;
335
}
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected