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

Function print_string

common/map_sdk/transmission/src/cJSON.cpp:333–333  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

331}
332/* Invote print_string_ptr (which is useful) on an item. */
333static char *print_string(cJSON *item) { return print_string_ptr(item->valuestring); }
334
335/* Predeclare these prototypes. */
336static 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