| 427 | } |
| 428 | |
| 429 | nlohmann::json toJSON() const override { return {}; } |
| 430 | std::unique_ptr<NodeType> clone() const override { |
| 431 | return std::make_unique<MakeStructNodeType>(*mStruct); |
| 432 | } |
nothing calls this directly
no outgoing calls
no test coverage detected