| 374 | } |
| 375 | |
| 376 | Status Visit(const NullType& type) { return WritePrimitive("null", type); } |
| 377 | Status Visit(const BooleanType& type) { return WritePrimitive("bool", type); } |
| 378 | Status Visit(const IntegerType& type) { return WritePrimitive("int", type); } |
| 379 |
nothing calls this directly
no test coverage detected