| 517 | } |
| 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 | } |
nothing calls this directly
no test coverage detected