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

Method pauseActionInList

Source/Node/Node.cpp:1355–1360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1353}
1354
1355void Node::pauseActionInList(Action* action) {
1356 if (action) {
1357 pauseActionInList(action->_next);
1358 _scheduler->unschedule(action);
1359 }
1360}
1361
1362void Node::resumeActionInList(Action* action) {
1363 if (action) {

Callers

nothing calls this directly

Calls 1

unscheduleMethod · 0.45

Tested by

no test coverage detected