MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / print_string

Function print_string

libapp2sys/src/main/cpp/cjson/cJSON.c:952–955  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

950
951/* Invoke print_string_ptr (which is useful) on an item. */
952static cJSON_bool print_string(const cJSON * const item, printbuffer * const p)
953{
954 return print_string_ptr((unsigned char*)item->valuestring, p);
955}
956
957/* Predeclare these prototypes. */
958static 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