MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / cJSON_DeleteItemFromArray

Function cJSON_DeleteItemFromArray

external/cJSON/cJSON.c:2304–2307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2302}
2303
2304CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which)
2305{
2306 cJSON_Delete(cJSON_DetachItemFromArray(array, which));
2307}
2308
2309CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string)
2310{

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected