MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cJSON_AddItemReferenceToArray

Function cJSON_AddItemReferenceToArray

lib/cJSON.c:1945–1948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1943}
1944
1945void cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item)
1946{
1947 cJSON_AddItemToArray(array, create_reference(item));
1948}
1949
1950void cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *item)
1951{

Callers

nothing calls this directly

Calls 2

cJSON_AddItemToArrayFunction · 0.70
create_referenceFunction · 0.70

Tested by

no test coverage detected