MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cJSON_DeleteItemFromArray

Function cJSON_DeleteItemFromArray

lib/cJSON.c:1996–1999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1994}
1995
1996void cJSON_DeleteItemFromArray(cJSON *array, int which)
1997{
1998 cJSON_Delete(cJSON_DetachItemFromArray(array, which));
1999}
2000
2001cJSON *cJSON_DetachItemFromObject(cJSON *object, const char *string)
2002{

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.70

Tested by

no test coverage detected