MCPcopy 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
208std::string CicadaJSONItem::printJSON() const
209{
210 if (mJSON) {
211 return PrintJson(mJSON);
212 }
213
214 return "";
215}
216
217void CicadaJSONItem::addValue(const std::string &name, const char *value)
218{

Callers 15

openMethod · 0.80
GetPropertyMethod · 0.80
GetPropertyMethod · 0.80
toStringMethod · 0.80
GetOptionMethod · 0.80
fillConnectInfoMethod · 0.80
GetOptionMethod · 0.80
fillConnectInfoMethod · 0.80
FilterManagerMethod · 0.80
setupFilterChainsMethod · 0.80
createMethod · 0.80

Calls 1

PrintJsonFunction · 0.85

Tested by 1

onEventFunction · 0.64