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

Method AddTestSource

DebugView++Lib/LogSources.cpp:310–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310TestSource* LogSources::AddTestSource()
311{
312 assert(m_executor.IsExecutorThread());
313 auto pTestSource = std::make_unique<TestSource>(m_timer, m_linebuffer);
314 auto pResult = pTestSource.get();
315 Add(std::move(pTestSource));
316 return pResult;
317}
318
319ProcessReader* LogSources::AddProcessReader(const std::wstring& pathName, const std::wstring& args)
320{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

IsExecutorThreadMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64