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

Method OnMessage

CobaltFusion/GuiExecutor.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void GuiExecutor::OnMessage()
120{
121 assert(IsExecutorThread());
122
123 while (!m_q.Empty())
124 DoCall(m_q.Pop());
125}
126
127void GuiExecutor::OnTimer()
128{

Callers

nothing calls this directly

Calls 3

DoCallFunction · 0.85
EmptyMethod · 0.45
PopMethod · 0.45

Tested by

no test coverage detected