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

Method CicadaJSONItem

framework/utils/CicadaJSON.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31CicadaJSONItem::CicadaJSONItem()
32{
33 mJSON = cJSON_CreateObject();
34}
35
36CicadaJSONItem::CicadaJSONItem(const std::string &JSONString)
37{

Callers

nothing calls this directly

Calls 3

cJSON_CreateObjectFunction · 0.85
cJSON_ParseFunction · 0.85
cJSON_DuplicateFunction · 0.85

Tested by

no test coverage detected