MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / AddLine

Method AddLine

DebugView++Lib/FileReader.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void FileReader::AddLine(const std::string& line)
119{
120 // DBLogReader and BinaryFileReader override this method
121 Add(line);
122}
123
124void FileReader::PreProcess(Line& line) const
125{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected