Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
void GuiExecutor::OnMessage()
120
{
121
assert(IsExecutorThread());
122
123
while (!m_q.Empty())
124
DoCall(m_q.Pop());
125
}
126
127
void GuiExecutor::OnTimer()
128
{
Callers
nothing calls this directly
Calls
3
DoCall
Function · 0.85
Empty
Method · 0.45
Pop
Method · 0.45
Tested by
no test coverage detected