MCPcopy Create free account
hub / github.com/Bwar/CJsonObject / cJSON_AddItemReferenceToArray

Function cJSON_AddItemReferenceToArray

cJSON.c:890–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888 cJSON_AddItemToArray(object, item);
889}
890void cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item)
891{
892 cJSON_AddItemToArray(array, create_reference(item));
893}
894void cJSON_AddItemReferenceToObject(cJSON *object, const char *string,
895 cJSON *item)
896{

Callers

nothing calls this directly

Calls 2

cJSON_AddItemToArrayFunction · 0.85
create_referenceFunction · 0.85

Tested by

no test coverage detected