Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ FindNext
Method
FindNext
DebugView++/LogView.cpp:1598–1601 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1596
}
1597
1598
bool CLogView::FindNext(const std::wstring& text)
1599
{
1600
return Find(Str(text).str(), +1);
1601
}
1602
1603
bool CLogView::FindPrevious(const std::wstring& text)
1604
{
Callers
1
OnNext
Method · 0.45
Calls
2
Str
Class · 0.85
str
Method · 0.45
Tested by
no test coverage detected