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