MCPcopy 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
467Array* Node::getChildren() {
468 sortAllChildren();
469 return _children;
470}
471
472bool Node::hasChildren() const noexcept {
473 return _children && !_children->isEmpty();

Callers 15

getTouchedItemFunction · 0.45
toNodeMethod · 0.45
ARRAY_STARTFunction · 0.45
node_get_childrenFunction · 0.45
YGNodeSetChildrenFunction · 0.45
YGNodeGetChildFunction · 0.45
YGNodeGetChildCountFunction · 0.45
zeroOutLayoutRecursivelyFunction · 0.45
sortMethod · 0.45
sortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected