MCPcopy Create free account
hub / github.com/SpartanJ/eepp / hasThreadPool

Method hasThreadPool

src/eepp/ui/uiscenenode.cpp:457–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457bool UISceneNode::hasThreadPool() const {
458 return mThreadPool != nullptr;
459}
460
461std::shared_ptr<ThreadPool> UISceneNode::getThreadPool() {
462 return mThreadPool;

Callers 7

displayHealthMethod · 0.80
~UICodeEditorMethod · 0.80
loadAsyncFromFileMethod · 0.80
loadAsyncFromURLMethod · 0.80
setSyntaxDefinitionMethod · 0.80
loadImageAsyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected