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

Method EndArray

benchmark/rapidjson_sax.hpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 bool EndArray(SizeType elementCount) {
56 if (terminated()) return false;
57 return true;
58 }
59
60 bool String(const char* str, SizeType length, bool copy) {
61 if (terminated()) return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected