MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / cJSON_AddItemToObject

Function cJSON_AddItemToObject

ThirdParty/cjson/cJSON.c:1946–1949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1944}
1945
1946CJSON_PUBLIC(void) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item)
1947{
1948 add_item_to_object(object, string, item, &global_hooks, false);
1949}
1950
1951/* Add an item to an object with constant string as key */
1952CJSON_PUBLIC(void) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item)

Callers 4

apply_patchFunction · 0.85
compose_patchFunction · 0.85
merge_patchFunction · 0.85
generate_merge_patchFunction · 0.85

Calls 1

add_item_to_objectFunction · 0.85

Tested by

no test coverage detected