MCPcopy Create free account
hub / github.com/MaskRay/ccls / startArray

Method startArray

src/serializer.cc:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void JsonWriter::startArray() { m->StartArray(); }
69void JsonWriter::endArray() { m->EndArray(); }
70void JsonWriter::startObject() { m->StartObject(); }
71void JsonWriter::endObject() { m->EndObject(); }

Callers 2

reflectFunction · 0.80
reflectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected