MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / StartObject

Method StartObject

benchmark/rapidjson_sax.hpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 bool StartObject() {
41 if (terminated()) return false;
42 return true;
43 }
44
45 bool EndObject(SizeType memberCount) {
46 if (terminated()) return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected