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

Method AddMessage

DebugView++Lib/LogSources.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63void LogSources::AddMessage(const std::string& message)
64{
65 assert(m_executor.IsExecutorThread());
66 m_loopback->AddInternal(message);
67 m_throttledUpdate();
68}
69
70void LogSources::UpdateSettings(const std::unique_ptr<LogSource>& pSource)
71{

Callers 1

PollMethod · 0.45

Calls 2

AddInternalMethod · 0.80
IsExecutorThreadMethod · 0.45

Tested by

no test coverage detected