| 19 | { |
| 20 | |
| 21 | ParallelAllNode::ParallelAllNode(const std::string& name, const NodeConfig& config) |
| 22 | : ControlNode::ControlNode(name, config), failure_threshold_(1) |
| 23 | {} |
| 24 | |
| 25 | NodeStatus ParallelAllNode::tick() |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected