Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1973
bool Node::UpdateItem::fixedScheduled() const {
1974
return fixedScheduledItem && fixedScheduledItem->iter.has_value();
1975
}
1976
1977
void Node::setAsManaged() {
1978
if (_flags.isOn(Node::UnManaged)) {
Callers
2
setScheduler
Method · 0.80
onExit
Method · 0.80
Calls
1
has_value
Method · 0.45
Tested by
no test coverage detected