Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ PreProcess
Method
PreProcess
DebugView++Lib/LogSource.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void LogSource::PreProcess(Line& line) const
57
{
58
if (line.handle)
59
line.processName = Str(ProcessInfo::GetProcessName(line.handle)).str();
60
}
61
62
std::wstring LogSource::GetDescription() const
63
{
Callers
nothing calls this directly
Calls
2
Str
Class · 0.85
str
Method · 0.45
Tested by
no test coverage detected