MCPcopy Create free account
hub / github.com/esnet/iperf / cJSON_Print

Function cJSON_Print

src/cjson.c:1263–1266  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1261
1262/* Render a cJSON item/entity/structure to text. */
1263CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item)
1264{
1265 return (char*)print(item, true, &global_hooks);
1266}
1267
1268CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item)
1269{

Callers 6

send_parametersFunction · 0.85
get_parametersFunction · 0.85
send_resultsFunction · 0.85
get_resultsFunction · 0.85
iperf_print_resultsFunction · 0.85
iperf_json_finishFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…