| 195 | } |
| 196 | |
| 197 | std::unique_ptr<NodeType> clone() const override { |
| 198 | return std::make_unique<ConstBoolNodeType>(*this); |
| 199 | } |
| 200 | |
| 201 | nlohmann::json toJSON() const override { return value; } |
| 202 | bool value; |
nothing calls this directly
no outgoing calls
no test coverage detected