MCPcopy Create free account
hub / github.com/Netis/cloud-probe / cJSON_ParseWithLength

Function cJSON_ParseWithLength

cpworker/src/cJSON/cJSON.c:1189–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1187}
1188
1189CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1190{
1191 return cJSON_ParseWithLengthOpts(value, buffer_length, 0, 0);
1192}
1193
1194#define cjson_min(a, b) (((a) < (b)) ? (a) : (b))
1195

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected