MCPcopy 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
56void LogSource::PreProcess(Line& line) const
57{
58 if (line.handle)
59 line.processName = Str(ProcessInfo::GetProcessName(line.handle)).str();
60}
61
62std::wstring LogSource::GetDescription() const
63{

Callers

nothing calls this directly

Calls 2

StrClass · 0.85
strMethod · 0.45

Tested by

no test coverage detected