MCPcopy Index your code
hub / github.com/antirez/botlib / print_string

Function print_string

cJSON.c:1020–1023  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1018
1019/* Invoke print_string_ptr (which is useful) on an item. */
1020static cJSON_bool print_string(const cJSON * const item, printbuffer * const p)
1021{
1022 return print_string_ptr((unsigned char*)item->valuestring, p);
1023}
1024
1025/* Predeclare these prototypes. */
1026static cJSON_bool parse_value(cJSON * const item, parse_buffer * const input_buffer);

Callers 1

print_valueFunction · 0.85

Calls 1

print_string_ptrFunction · 0.85

Tested by

no test coverage detected