MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / WriteEndArray

Method WriteEndArray

Source/ThirdParty/rapidjson/writer.h:463–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 bool WriteEndObject() { os_->Put('}'); return true; }
462 bool WriteStartArray() { os_->Put('['); return true; }
463 bool WriteEndArray() { os_->Put(']'); return true; }
464
465 bool WriteRawValue(const Ch* json, size_t length) {
466 PutReserve(*os_, length);

Callers 1

WriteVariantMethod · 0.80

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected