| 37 | void writePropertyName(const char* name) { append(name); } |
| 38 | |
| 39 | UInt64 beginArray(UInt32 size) { return 0; } |
| 40 | void endArray(){} |
| 41 | |
| 42 | void writeNumber(double value) { append(value); } |
nothing calls this directly
no outgoing calls
no test coverage detected