MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / FindPrevious

Method FindPrevious

DebugView++/LogView.cpp:1603–1606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1601}
1602
1603bool CLogView::FindPrevious(const std::wstring& text)
1604{
1605 return Find(Str(text).str(), -1);
1606}
1607
1608void CLogView::LoadSettings(CRegKey& reg)
1609{

Callers 1

OnPreviousMethod · 0.45

Calls 2

StrClass · 0.85
strMethod · 0.45

Tested by

no test coverage detected