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

Function cJSON_AddItemToObject

svf/lib/Util/cJSON.cpp:2054–2057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2052}
2053
2054CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item)
2055{
2056 return add_item_to_object(object, string, item, &global_hooks, false);
2057}
2058
2059/* Add an item to an object with constant string as key */
2060CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item)

Callers 2

getBugDescriptionMethod · 0.85
dumpToJsonFileMethod · 0.85

Calls 1

add_item_to_objectFunction · 0.85

Tested by

no test coverage detected