MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / isWorkerThread

Function isWorkerThread

src/gui/main.cc:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126bool isWorkerThread()
127{
128 return wxGetApp().IsWorkerThread();
129}
130
131bool FluxEngineApp::IsWorkerThread()
132{

Callers 1

MainWindowImplMethod · 0.85

Calls 1

IsWorkerThreadMethod · 0.80

Tested by

no test coverage detected