MCPcopy 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
472bool Node::hasChildren() const noexcept {
473 return _children && !_children->isEmpty();
474}
475
476bool Node::isRunning() const noexcept {
477 return _flags.isOn(Node::Running);

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected