MCPcopy Create free account
hub / github.com/antirez/botlib / cJSON_ReplaceItemInObject

Function cJSON_ReplaceItemInObject

cJSON.c:2365–2368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2363}
2364
2365CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem)
2366{
2367 return replace_item_in_object(object, string, newitem, false);
2368}
2369
2370CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem)
2371{

Callers

nothing calls this directly

Calls 1

replace_item_in_objectFunction · 0.85

Tested by

no test coverage detected