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