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

Function cJSON_AddItemReferenceToObject

lib/cJSON.c:1950–1953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1948}
1949
1950void cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *item)
1951{
1952 cJSON_AddItemToObject(object, string, create_reference(item));
1953}
1954
1955static cJSON *DetachItemFromArray(cJSON *array, size_t which)
1956{

Callers

nothing calls this directly

Calls 2

cJSON_AddItemToObjectFunction · 0.70
create_referenceFunction · 0.70

Tested by

no test coverage detected