MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / ARRAY_START

Function ARRAY_START

Source/Node/Node.cpp:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415uint32_t Node::getNodeCount() const noexcept {
416 uint32_t count = 1;
417 ARRAY_START(Node, child, _children) {
418 count += child->getNodeCount();
419 }
420 ARRAY_END
421 return count;
422}

Callers

nothing calls this directly

Calls 15

getNodeCountMethod · 0.80
isOnMethod · 0.80
setOnMethod · 0.80
addToWaitingListMethod · 0.80
getAnchorMethod · 0.80
intersectsRectMethod · 0.80
absFunction · 0.50
maxFunction · 0.50
onEnterMethod · 0.45
onExitMethod · 0.45
cleanupMethod · 0.45
updateRealColor3Method · 0.45

Tested by

no test coverage detected