MCPcopy Create free account
hub / github.com/SVF-tools/SVF / cJSON_ParseWithLength

Function cJSON_ParseWithLength

svf/lib/Util/cJSON.cpp:1182–1185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1180}
1181
1182CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1183{
1184 return cJSON_ParseWithLengthOpts(value, buffer_length, 0, 0);
1185}
1186
1187#define cjson_min(a, b) (((a) < (b)) ? (a) : (b))
1188

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected