| 53 | //------------------------------------------------------- |
| 54 | |
| 55 | SyncActionNode::SyncActionNode(const std::string& name, const NodeConfig& config) |
| 56 | : ActionNodeBase(name, config) |
| 57 | {} |
| 58 | |
| 59 | NodeStatus SyncActionNode::executeTick() |
| 60 | { |
nothing calls this directly
no outgoing calls
no test coverage detected