MCPcopy Create free account
hub / github.com/Netis/cloud-probe / suffix_object

Function suffix_object

cpworker/src/cJSON/cJSON.c:1946–1950  ·  view source on GitHub ↗

Utility for array list handling. */

Source from the content-addressed store, hash-verified

1944
1945/* Utility for array list handling. */
1946static void suffix_object(cJSON *prev, cJSON *item)
1947{
1948 prev->next = item;
1949 item->prev = prev;
1950}
1951
1952/* Utility for handling references. */
1953static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks)

Callers 5

add_item_to_arrayFunction · 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