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

Function suffix_object

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

Utility for array list handling. */

Source from the content-addressed store, hash-verified

831
832/* Utility for array list handling. */
833static void suffix_object(cJSON *prev, cJSON *item)
834{
835 prev->next = item;
836 item->prev = prev;
837}
838/* Utility for handling references. */
839static cJSON *create_reference(cJSON *item)
840{

Callers 5

cJSON_AddItemToArrayFunction · 0.85
cJSON_CreateIntArrayFunction · 0.85
cJSON_CreateFloatArrayFunction · 0.85
cJSON_CreateDoubleArrayFunction · 0.85
cJSON_CreateStringArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected