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

Method IsExecutorThread

CobaltFusion/ExecutorClient.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41bool GuiExecutorClient::IsExecutorThread() const
42{
43 return m_executor->IsExecutorThread();
44}
45
46void GuiExecutorClient::Synchronize()
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected