MCPcopy Create free account
hub / github.com/Bwar/CJsonObject / print_string

Function print_string

cJSON.c:407–410  ·  view source on GitHub ↗

Invote print_string_ptr (which is useful) on an item. */

Source from the content-addressed store, hash-verified

405}
406/* Invote print_string_ptr (which is useful) on an item. */
407static char *print_string(cJSON *item)
408{
409 return print_string_ptr(item->valuestring);
410}
411
412/* Predeclare these prototypes. */
413static const char *parse_value(cJSON *item, const char *value, const char **ep);

Callers 1

print_valueFunction · 0.85

Calls 1

print_string_ptrFunction · 0.85

Tested by

no test coverage detected