Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ printJSON
Method
printJSON
framework/utils/CicadaJSON.cpp:208–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
std::string CicadaJSONItem::printJSON() const
209
{
210
if (mJSON) {
211
return PrintJson(mJSON);
212
}
213
214
return
""
;
215
}
216
217
void CicadaJSONItem::addValue(const std::string &name, const char *value)
218
{
Callers
15
open
Method · 0.80
GetProperty
Method · 0.80
GetProperty
Method · 0.80
toString
Method · 0.80
GetOption
Method · 0.80
fillConnectInfo
Method · 0.80
GetOption
Method · 0.80
fillConnectInfo
Method · 0.80
FilterManager
Method · 0.80
setupFilterChains
Method · 0.80
create
Method · 0.80
getTargetSupportFilters
Method · 0.80
Calls
1
PrintJson
Function · 0.85
Tested by
1
onEvent
Function · 0.64