Also called when we're oom, so it will kill reader. */
| 130 | |
| 131 | /* Also called when we're oom, so it will kill reader. */ |
| 132 | void json_stream_flush(struct json_stream *js) |
| 133 | { |
| 134 | /* Wake the stream reader. FIXME: Could have a flag here to optimize */ |
| 135 | io_wake(js); |
| 136 | } |
| 137 | |
| 138 | void json_array_start(struct json_stream *js, const char *fieldname) |
| 139 | { |
no test coverage detected