Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getChildren
Method
getChildren
Source/Node/Node.cpp:467–470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
}
466
467
Array* Node::getChildren() {
468
sortAllChildren();
469
return _children;
470
}
471
472
bool Node::hasChildren() const noexcept {
473
return _children && !_children->isEmpty();
Callers
15
getTouchedItem
Function · 0.45
toNode
Method · 0.45
ARRAY_START
Function · 0.45
node_get_children
Function · 0.45
YGNodeSetChildren
Function · 0.45
YGNodeGetChild
Function · 0.45
YGNodeGetChildCount
Function · 0.45
roundLayoutResultsToPixelGrid
Function · 0.45
zeroOutLayoutRecursively
Function · 0.45
cleanupContentsNodesRecursively
Function · 0.45
sort
Method · 0.45
sort
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected