MCPcopy Create free account
hub / github.com/acl-dev/acl / skip

Function skip

lib_acl/samples/json/json5/cJSON.cpp:320–320  ·  view source on GitHub ↗

Utility to jump whitespace and cr/lf */

Source from the content-addressed store, hash-verified

318
319/* Utility to jump whitespace and cr/lf */
320static const char *skip(const char *in) {while (in && *in && (unsigned char)*in<=32) in++; return in;}
321
322/* Parse an object - create a new root, and populate. */
323cJSON *cJSON_ParseWithOpts(const char *value,const char **return_parse_end,int require_null_terminated)

Callers 3

cJSON_ParseWithOptsFunction · 0.85
parse_arrayFunction · 0.85
parse_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…