| 333 | } |
| 334 | |
| 335 | std::unique_ptr<NodeType> clone() const override { |
| 336 | return std::make_unique<IntToFloatNodeType>(*this); |
| 337 | } |
| 338 | }; |
| 339 | |
| 340 | struct FloatToIntNodeType : NodeType { |
nothing calls this directly
no outgoing calls
no test coverage detected