MCPcopy Index your code
hub / github.com/antirez/botlib / cJSON_ParseWithLength

Function cJSON_ParseWithLength

cJSON.c:1176–1179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1174}
1175
1176CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1177{
1178 return cJSON_ParseWithLengthOpts(value, buffer_length, 0, 0);
1179}
1180
1181#define cjson_min(a, b) (((a) < (b)) ? (a) : (b))
1182

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected