Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1603
bool CLogView::FindPrevious(const std::wstring& text)
1604
{
1605
return Find(Str(text).str(), -1);
1606
}
1607
1608
void CLogView::LoadSettings(CRegKey& reg)
1609
{
Callers
1
OnPrevious
Method · 0.45
Calls
2
Str
Class · 0.85
str
Method · 0.45
Tested by
no test coverage detected