MCPcopy Create free account
hub / github.com/ByConity/ByConity / suffix_object

Function suffix_object

contrib/cJSON/cJSON.cpp:1832–1836  ·  view source on GitHub ↗

Utility for array list handling. */

Source from the content-addressed store, hash-verified

1830
1831/* Utility for array list handling. */
1832static void suffix_object(cJSON *prev, cJSON *item)
1833{
1834 prev->next = item;
1835 item->prev = prev;
1836}
1837
1838/* Utility for handling references. */
1839static 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