Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ AddLine
Method
AddLine
DebugView++Lib/BinaryFileReader.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void BinaryFileReader::AddLine(const std::string& line)
117
{
118
AddInternal(line);
119
}
120
121
void BinaryFileReader::PreProcess(Line& line) const
122
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected