MCPcopy 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
1598bool CLogView::FindNext(const std::wstring& text)
1599{
1600 return Find(Str(text).str(), +1);
1601}
1602
1603bool CLogView::FindPrevious(const std::wstring& text)
1604{

Callers 1

OnNextMethod · 0.45

Calls 2

StrClass · 0.85
strMethod · 0.45

Tested by

no test coverage detected