| 558 | } |
| 559 | |
| 560 | nlohmann::json toJSON() const override { return mDataType.type.qualifiedName(); } |
| 561 | std::unique_ptr<NodeType> clone() const override { |
| 562 | return std::make_unique<GetLocalNodeType>(module(), mDataType); |
| 563 | } |
nothing calls this directly
no test coverage detected