MCPcopy Index your code
hub / github.com/antirez/botlib / cJSON_AddItemToObject

Function cJSON_AddItemToObject

cJSON.c:2044–2047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2042}
2043
2044CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item)
2045{
2046 return add_item_to_object(object, string, item, &global_hooks, false);
2047}
2048
2049/* Add an item to an object with constant string as key */
2050CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item)

Callers

nothing calls this directly

Calls 1

add_item_to_objectFunction · 0.85

Tested by

no test coverage detected