MCPcopy Create free account
hub / github.com/SVF-tools/SVF / cJSON_AddItemToArray

Function cJSON_AddItemToArray

svf/lib/Util/cJSON.cpp:1996–1999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1994
1995/* Add item to array/object. */
1996CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item)
1997{
1998 return add_item_to_array(array, item);
1999}
2000
2001#if defined(__clang__) || (defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5))))
2002#pragma GCC diagnostic push

Callers 3

getBugDescriptionMethod · 0.85
dumpToJsonFileMethod · 0.85
cJSON.hFile · 0.85

Calls 1

add_item_to_arrayFunction · 0.85

Tested by

no test coverage detected