Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
void JsonWriter::startArray() { m->StartArray(); }
69
void JsonWriter::endArray() { m->EndArray(); }
70
void JsonWriter::startObject() { m->StartObject(); }
71
void JsonWriter::endObject() { m->EndObject(); }
Callers
2
reflect
Function · 0.80
reflect
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected