Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ StartArray
Method
StartArray
benchmark/rapidjson_sax.hpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool StartArray() {
51
if (terminated()) return false;
52
return true;
53
}
54
55
bool EndArray(SizeType elementCount) {
56
if (terminated()) return false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected