Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ getJSONCopy
Method
getJSONCopy
framework/utils/CicadaJSON.cpp:273–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
cJSON *CicadaJSONItem::getJSONCopy() const
274
{
275
return cJSON_Duplicate(mJSON, true);
276
}
277
278
279
CicadaJSONArray::CicadaJSONArray()
Callers
3
addArray
Method · 0.80
CicadaJSONArray
Method · 0.80
addJSON
Method · 0.80
Calls
1
cJSON_Duplicate
Function · 0.85
Tested by
no test coverage detected