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

Function cJSON_DeleteItemFromObject

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

Source from the content-addressed store, hash-verified

740 return 0;
741}
742void cJSON_DeleteItemFromObject(cJSON *object, const char *string) {
743 cJSON_Delete(cJSON_DetachItemFromObject(object, string));
744}
745
746/* Replace array/object items with new ones. */
747void cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) {

Callers 1

DeleteMethod · 0.85

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected