MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / cJSON_ParseWithLength

Function cJSON_ParseWithLength

cJSON.c:1227–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225}
1226
1227CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1228{
1229 return cJSON_ParseWithLengthOpts(value, buffer_length, 0, 0);
1230}
1231
1232#define cjson_min(a, b) (((a) < (b)) ? (a) : (b))
1233

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…