Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ hasChildren
Method
hasChildren
Source/Node/Node.cpp:472–474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
}
471
472
bool Node::hasChildren() const noexcept {
473
return _children && !_children->isEmpty();
474
}
475
476
bool Node::isRunning() const noexcept {
477
return _flags.isOn(Node::Running);
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected