| 239 | } |
| 240 | |
| 241 | std::unique_ptr<NodeType> clone() const override { |
| 242 | return std::make_unique<ExitNodeType>(*this); |
| 243 | } |
| 244 | |
| 245 | nlohmann::json toJSON() const override { |
| 246 | nlohmann::json ret = nlohmann::json::object(); |
nothing calls this directly
no outgoing calls
no test coverage detected