MCPcopy Create free account
hub / github.com/Tencent/rapidjson / StartArray

Method StartArray

example/filterkey/filterkey.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 bool StartArray() {
74 if (filterValueDepth_ > 0) {
75 filterValueDepth_++;
76 return true;
77 }
78 else
79 return outputHandler_.StartArray();
80 }
81
82 bool EndArray(SizeType elementCount) {
83 if (filterValueDepth_ > 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected