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

Method TestSource

DebugView++Lib/TestSource.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace debugviewpp {
13
14TestSource::TestSource(Timer& timer, ILineBuffer& linebuffer) :
15 LogSource(timer, SourceType::System, linebuffer)
16{
17}
18
19bool TestSource::AtEnd() const
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected