MCPcopy Create free account
hub / github.com/acl-dev/acl / print_string

Function print_string

lib_acl/samples/json/json5/cJSON.cpp:309–309  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

307}
308/* Invote print_string_ptr (which is useful) on an item. */
309static char *print_string(cJSON *item,printbuffer *p) {return print_string_ptr(item->valuestring,p);}
310
311/* Predeclare these prototypes. */
312static const char *parse_value(cJSON *item,const char *value);

Callers 1

print_valueFunction · 0.85

Calls 1

print_string_ptrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…