MCPcopy Create free account
hub / github.com/OpenIPC/firmware / cJSON_DeleteItemFromArray

Function cJSON_DeleteItemFromArray

general/package/xmdp/src/cjson/cJSON.c:2236–2239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2234}
2235
2236CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which)
2237{
2238 cJSON_Delete(cJSON_DetachItemFromArray(array, which));
2239}
2240
2241CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string)
2242{

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected