MCPcopy 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
273cJSON *CicadaJSONItem::getJSONCopy() const
274{
275 return cJSON_Duplicate(mJSON, true);
276}
277
278
279CicadaJSONArray::CicadaJSONArray()

Callers 3

addArrayMethod · 0.80
CicadaJSONArrayMethod · 0.80
addJSONMethod · 0.80

Calls 1

cJSON_DuplicateFunction · 0.85

Tested by

no test coverage detected