MCPcopy Create free account
hub / github.com/DaveGamble/cJSON / cJSON_ReplaceItemInObject

Function cJSON_ReplaceItemInObject

cJSON.c:2435–2438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2433}
2434
2435CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem)
2436{
2437 return replace_item_in_object(object, string, newitem, false);
2438}
2439
2440CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem)
2441{

Calls 1

replace_item_in_objectFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…