| 131 | } |
| 132 | |
| 133 | std::unique_ptr<NodeType> clone() const override { |
| 134 | return std::make_unique<ConstIntNodeType>(*this); |
| 135 | } |
| 136 | |
| 137 | nlohmann::json toJSON() const override { return number; } |
| 138 | int number; |
nothing calls this directly
no outgoing calls
no test coverage detected