MCPcopy Create free account
hub / github.com/SVF-tools/SVF / cJSON_PrintUnformatted

Function cJSON_PrintUnformatted

svf/lib/Util/cJSON.cpp:1260–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected