MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / cJSON_DeleteItemFromObject

Function cJSON_DeleteItemFromObject

eval/LANE_evaluation/lane2d/src/cJSON.c:936–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

934 return 0;
935}
936void cJSON_DeleteItemFromObject(cJSON *object, const char *string)
937{
938 cJSON_Delete(cJSON_DetachItemFromObject(object, string));
939}
940
941/* Replace array/object items with new ones. */
942void 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