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

Function cJSON_DeleteItemFromArray

cJSON.c:2289–2292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2287}
2288
2289CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which)
2290{
2291 cJSON_Delete(cJSON_DetachItemFromArray(array, which));
2292}
2293
2294CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string)
2295{

Calls 2

cJSON_DeleteFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…