MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / print_string

Function print_string

outofcore/src/cJSON.cpp:239–239  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

237}
238/* Invote print_string_ptr (which is useful) on an item. */
239static char *print_string(cJSON *item) {return print_string_ptr(item->valuestring);}
240
241/* Predeclare these prototypes. */
242static 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