MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / print_string

Function print_string

eval/LANE_evaluation/lane2d/src/cJSON.c:413–416  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

411}
412/* Invote print_string_ptr (which is useful) on an item. */
413static char *print_string(cJSON *item)
414{
415 return print_string_ptr(item->valuestring);
416}
417
418/* Predeclare these prototypes. */
419static const char *parse_value(cJSON *item, const char *value, const char **ep);

Callers 1

print_valueFunction · 0.85

Calls 1

print_string_ptrFunction · 0.85

Tested by

no test coverage detected