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

Function cJSON_DeleteItemFromArray

common/map_sdk/transmission/src/cJSON.cpp:734–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732 return c;
733}
734void cJSON_DeleteItemFromArray(cJSON *array, int which) { cJSON_Delete(cJSON_DetachItemFromArray(array, which)); }
735cJSON *cJSON_DetachItemFromObject(cJSON *object, const char *string) {
736 int i = 0;
737 cJSON *c = object->child;

Callers 1

DeleteMethod · 0.85

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected