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