MCPcopy Create free account
hub / github.com/armink/struct2json / print_string

Function print_string

struct2json/src/cJSON.c:310–310  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

308}
309/* Invote print_string_ptr (which is useful) on an item. */
310static char *print_string(cJSON *item,printbuffer *p) {return print_string_ptr(item->valuestring,p);}
311
312/* Predeclare these prototypes. */
313static 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