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

Method Loopback

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

Source from the content-addressed store, hash-verified

12namespace debugviewpp {
13
14Loopback::Loopback(Timer& timer, ILineBuffer& linebuffer) : LogSource(timer, SourceType::System, linebuffer)
15{
16 SetDescription(L"Loopback");
17}
18
19Loopback::~Loopback()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected