Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
457
bool UISceneNode::hasThreadPool() const {
458
return mThreadPool != nullptr;
459
}
460
461
std::shared_ptr<ThreadPool> UISceneNode::getThreadPool() {
462
return mThreadPool;
Callers
7
displayHealth
Method · 0.80
~UICodeEditor
Method · 0.80
loadAsyncFromFile
Method · 0.80
loadAsyncFromURL
Method · 0.80
setSyntaxDefinition
Method · 0.80
updateHighlightWordCache
Method · 0.80
loadImageAsync
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected