| 86 | } |
| 87 | |
| 88 | std::unique_ptr<NodeType> clone() const override { |
| 89 | return std::make_unique<EntryNodeType>(*this); |
| 90 | } |
| 91 | |
| 92 | nlohmann::json toJSON() const override { |
| 93 | nlohmann::json ret = nlohmann::json::object(); |
nothing calls this directly
no outgoing calls
no test coverage detected