Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ IsExecutorThread
Method
IsExecutorThread
CobaltFusion/Executor.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
bool Executor::IsExecutorThread() const
158
{
159
return std::this_thread::get_id() == m_threadId;
160
}
161
162
bool Executor::IsIdle() const
163
{
Callers
15
AddMessage
Method · 0.45
Add
Method · 0.45
InternalRemove
Method · 0.45
GetSources
Method · 0.45
Abort
Method · 0.45
UpdateSources
Method · 0.45
GetLines
Method · 0.45
AddDBWinReader
Method · 0.45
AddTestSource
Method · 0.45
AddProcessReader
Method · 0.45
AddFileReader
Method · 0.45
AddBinaryFileReader
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected