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

Method fixedScheduled

Source/Node/Node.cpp:1973–1975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1971}
1972
1973bool Node::UpdateItem::fixedScheduled() const {
1974 return fixedScheduledItem && fixedScheduledItem->iter.has_value();
1975}
1976
1977void Node::setAsManaged() {
1978 if (_flags.isOn(Node::UnManaged)) {

Callers 2

setSchedulerMethod · 0.80
onExitMethod · 0.80

Calls 1

has_valueMethod · 0.45

Tested by

no test coverage detected