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

Function cJSON_DeleteItemFromArray

cpworker/src/cJSON/cJSON.c:2251–2254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2249}
2250
2251CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which)
2252{
2253 cJSON_Delete(cJSON_DetachItemFromArray(array, which));
2254}
2255
2256CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string)
2257{

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected