Get type tag
| 339 | |
| 340 | // Get type tag |
| 341 | Json::Type type() const override { |
| 342 | return tag; |
| 343 | } |
| 344 | |
| 345 | // Comparisons |
| 346 | bool equals(const JsonValue * other) const override { |
nothing calls this directly
no outgoing calls
no test coverage detected