Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
279
CicadaJSONArray::CicadaJSONArray()
280
{
281
mArray = cJSON_CreateArray();
282
}
283
284
CicadaJSONArray::CicadaJSONArray(const std::string &JSONString)
285
{
Callers
nothing calls this directly
Calls
3
cJSON_CreateArray
Function · 0.85
cJSON_Parse
Function · 0.85
getJSONCopy
Method · 0.80
Tested by
no test coverage detected