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

Method hasFunc

Source/Node/Node.cpp:1965–1967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1963}
1964
1965bool Node::UpdateItem::hasFunc() const {
1966 return scheduledMainFunc != nullptr || !scheduledThreadFuncs.empty();
1967}
1968
1969bool Node::UpdateItem::scheduled() const {
1970 return scheduledItem->iter.has_value();

Callers 3

isScheduledMethod · 0.80
clearUpdateMethod · 0.80
unscheduleUpdateMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected