MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / cJSON_Print

Function cJSON_Print

libapp2sys/src/main/cpp/cjson/cJSON.c:1155–1158  ·  view source on GitHub ↗

Render a cJSON item/entity/structure to text. */

Source from the content-addressed store, hash-verified

1153
1154/* Render a cJSON item/entity/structure to text. */
1155CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item)
1156{
1157 return (char*)print(item, true, &global_hooks);
1158}
1159
1160CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item)
1161{

Callers 15

checkPermissionMethod · 0.85
requestCpuHighFreqMethod · 0.85
cancelCpuHighFreqMethod · 0.85
requestGpuHighFreqMethod · 0.85
cancelGpuHighFreqMethod · 0.85
requestHighIOFreqMethod · 0.85
cancelHighIOFreqMethod · 0.85
resetScreenResolutionMethod · 0.85
registerANRCallbackMethod · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected