MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / cJSON_PrintUnformatted

Function cJSON_PrintUnformatted

TheForceEngine/TFE_System/cJSON.c:1262–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260}
1261
1262CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item)
1263{
1264 return (char*)print(item, false, &global_hooks);
1265}
1266
1267CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt)
1268{

Callers

nothing calls this directly

Calls 1

printFunction · 0.70

Tested by

no test coverage detected