MCPcopy Create free account
hub / github.com/SVF-tools/SVF / cJSON_DeleteItemFromArray

Function cJSON_DeleteItemFromArray

svf/lib/Util/cJSON.cpp:2239–2242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected