MCPcopy 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
162bool Executor::IsIdle() const
163{
164 return m_q.Empty();
165}
166
167void Executor::RunOne()
168{

Callers

nothing calls this directly

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected