| 11 | { |
| 12 | public: |
| 13 | NodeWithPorts(const std::string& name, const NodeConfig& config) |
| 14 | : SyncActionNode(name, config) |
| 15 | { |
| 16 | std::cout << "ctor" << std::endl; |
| 17 | } |
| 18 | |
| 19 | NodeStatus tick() override |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected