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

Function cJSON_DeleteItemFromArray

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

Source from the content-addressed store, hash-verified

920 return c;
921}
922void cJSON_DeleteItemFromArray(cJSON *array, int which)
923{
924 cJSON_Delete(cJSON_DetachItemFromArray(array, which));
925}
926cJSON *cJSON_DetachItemFromObject(cJSON *object, const char *string)
927{
928 int i = 0;

Callers 1

DeleteMethod · 0.85

Calls 2

cJSON_DeleteFunction · 0.85

Tested by

no test coverage detected