Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
CicadaJSONItem::CicadaJSONItem()
32
{
33
mJSON = cJSON_CreateObject();
34
}
35
36
CicadaJSONItem::CicadaJSONItem(const std::string &JSONString)
37
{
Callers
nothing calls this directly
Calls
3
cJSON_CreateObject
Function · 0.85
cJSON_Parse
Function · 0.85
cJSON_Duplicate
Function · 0.85
Tested by
no test coverage detected