| 518 | |
| 519 | nlohmann::json toJSON() const override { return mDataType.type.qualifiedName(); } |
| 520 | std::unique_ptr<NodeType> clone() const override { |
| 521 | return std::make_unique<SetLocalNodeType>(module(), mDataType); |
| 522 | } |
| 523 | |
| 524 | NamedDataType mDataType; |
| 525 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected