Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ IsIdle
Method
IsIdle
CobaltFusion/Executor.cpp:162–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
bool Executor::IsIdle() const
163
{
164
return m_q.Empty();
165
}
166
167
void Executor::RunOne()
168
{
Callers
nothing calls this directly
Calls
1
Empty
Method · 0.45
Tested by
no test coverage detected