| 477 | |
| 478 | nlohmann::json toJSON() const override { return {}; } |
| 479 | std::unique_ptr<NodeType> clone() const override { |
| 480 | return std::make_unique<BreakStructNodeType>(*mStruct); |
| 481 | } |
| 482 | |
| 483 | GraphStruct* mStruct; |
| 484 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected