MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / cJSON_DeleteItemFromArray

Function cJSON_DeleteItemFromArray

libapp2sys/src/main/cpp/cjson/cJSON.c:2119–2122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2117}
2118
2119CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which)
2120{
2121 cJSON_Delete(cJSON_DetachItemFromArray(array, which));
2122}
2123
2124CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string)
2125{

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected