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

Method WriteStartArray

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

Source from the content-addressed store, hash-verified

460 bool WriteStartObject() { os_->Put('{'); return true; }
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) {

Callers 1

WriteVariantMethod · 0.80

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected