Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ PreProcess
Method
PreProcess
DebugView++Lib/BinaryFileReader.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void BinaryFileReader::PreProcess(Line& line) const
122
{
123
line.processName = Str(m_filenameOnly).str();
124
}
125
126
// todo: Reading support for more filetypes, maybe not, who logs in unicode anyway?
127
// see #107
Callers
nothing calls this directly
Calls
2
Str
Class · 0.85
str
Method · 0.45
Tested by
no test coverage detected