MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / cJSON_AddItemToObject

Function cJSON_AddItemToObject

external/cJSON/cJSON.c:2119–2122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2117}
2118
2119CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item)
2120{
2121 return add_item_to_object(object, string, item, &global_hooks, false);
2122}
2123
2124/* Add an item to an object with constant string as key */
2125CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item)

Callers 1

make_cjsonFunction · 0.85

Calls 1

add_item_to_objectFunction · 0.85

Tested by

no test coverage detected