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

Method scheduled

Source/Node/Node.cpp:1969–1971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1967}
1968
1969bool Node::UpdateItem::scheduled() const {
1970 return scheduledItem->iter.has_value();
1971}
1972
1973bool Node::UpdateItem::fixedScheduled() const {
1974 return fixedScheduledItem && fixedScheduledItem->iter.has_value();

Callers 6

setSchedulerMethod · 0.80
onEnterMethod · 0.80
onExitMethod · 0.80
scheduleMethod · 0.80
onUpdateMethod · 0.80
scheduleUpdateMethod · 0.80

Calls 1

has_valueMethod · 0.45

Tested by

no test coverage detected