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

Method endArray

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

Source from the content-addressed store, hash-verified

67
68void JsonWriter::startArray() { m->StartArray(); }
69void JsonWriter::endArray() { m->EndArray(); }
70void JsonWriter::startObject() { m->StartObject(); }
71void JsonWriter::endObject() { m->EndObject(); }
72void JsonWriter::key(const char *name) { m->Key(name); }

Callers 2

reflectFunction · 0.80
reflectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected