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

Method unschedule

Source/Node/Node.cpp:782–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782void Node::unschedule() {
783 if (!_updateItem) return;
784 if (_updateItem->scheduledMainFunc) {
785 _updateItem->scheduledMainFunc = nullptr;
786 if (_flags.isOff(Node::Updating) && _updateItem->scheduledItem->iter) {
787 _scheduler->unschedule(_updateItem->scheduledItem.get());
788 }
789 }
790}
791
792void Node::onUpdate(const Update& func) {
793 auto updateItem = getUpdateItem();

Callers 9

patchUpdatePropFunction · 0.45
setSchedulerMethod · 0.45
onExitMethod · 0.45
clearUpdateMethod · 0.45
unscheduleUpdateMethod · 0.45
stopActionMethod · 0.45
pauseActionInListMethod · 0.45
stopActionInListMethod · 0.45
node_unscheduleFunction · 0.45

Calls 2

isOffMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected