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

Method isRunning

Source/Node/Node.cpp:476–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476bool Node::isRunning() const noexcept {
477 return _flags.isOn(Node::Running);
478}
479
480void Node::addChild(Node* child, int order, String tag) {
481 AssertIf(child == nullptr, "add invalid child (nullptr) to node.");

Callers 9

runActionMethod · 0.45
~AsyncMethod · 0.45
initThreadOnceMethod · 0.45
stopMethod · 0.45
startMethod · 0.45
stopMethod · 0.45
isPlayingMethod · 0.45
action_is_runningFunction · 0.45
node_is_runningFunction · 0.45

Calls 1

isOnMethod · 0.80

Tested by

no test coverage detected