MCPcopy Create free account
hub / github.com/Tencent/rapidjson / WriteEndArray

Method WriteEndArray

include/rapidjson/writer.h:426–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 bool WriteEndObject() { os_->Put('}'); return true; }
425 bool WriteStartArray() { os_->Put('['); return true; }
426 bool WriteEndArray() { os_->Put(']'); return true; }
427
428 bool WriteRawValue(const Ch* json, size_t length) {
429 PutReserve(*os_, length);

Callers

nothing calls this directly

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected