MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / cJSON_AddItemToObject

Function cJSON_AddItemToObject

cJSON.c:2104–2107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2102}
2103
2104CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item)
2105{
2106 return add_item_to_object(object, string, item, &global_hooks, false);
2107}
2108
2109/* Add an item to an object with constant string as key */
2110CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item)

Calls 1

add_item_to_objectFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…