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

Method Add

DebugView++Lib/LogSources.cpp:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void LogSources::Add(std::unique_ptr<LogSource> pSource)
76{
77 assert(m_executor.IsExecutorThread());
78 std::lock_guard<std::mutex> lock(m_mutex);
79 UpdateSettings(pSource);
80 m_sources.emplace_back(std::move(pSource));
81 Win32::SetEvent(m_updateEvent);
82}
83
84void LogSources::Remove(LogSource* pLogSource)
85{

Callers 4

OnProcessEndedMethod · 0.45
GetLinesMethod · 0.45
AddDbgviewReaderMethod · 0.45
AddUDPReaderMethod · 0.45

Calls 2

SetEventFunction · 0.85
IsExecutorThreadMethod · 0.45

Tested by

no test coverage detected