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

Method stopAction

Source/Node/Node.cpp:1348–1353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1346}
1347
1348void Node::stopAction(Action* action) {
1349 if (hasAction(action)) {
1350 _scheduler->unschedule(action);
1351 removeAction(action);
1352 }
1353}
1354
1355void Node::pauseActionInList(Action* action) {
1356 if (action) {

Callers 2

stopMethod · 0.80
node_stop_actionFunction · 0.80

Calls 1

unscheduleMethod · 0.45

Tested by

no test coverage detected