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

Method Executor

CobaltFusion/Executor.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152Executor::Executor()
153{
154 SetExecutorThread(); // this is wrong? how can the Executor itself be created on the Executor-thread?
155}
156
157bool Executor::IsExecutorThread() const
158{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected