MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / CicadaJSONArray

Method CicadaJSONArray

framework/utils/CicadaJSON.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277
278
279CicadaJSONArray::CicadaJSONArray()
280{
281 mArray = cJSON_CreateArray();
282}
283
284CicadaJSONArray::CicadaJSONArray(const std::string &JSONString)
285{

Callers

nothing calls this directly

Calls 3

cJSON_CreateArrayFunction · 0.85
cJSON_ParseFunction · 0.85
getJSONCopyMethod · 0.80

Tested by

no test coverage detected