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

Function cJSON_ReplaceItemInObject

external/cJSON/cJSON.c:2450–2453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2448}
2449
2450CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem)
2451{
2452 return replace_item_in_object(object, string, newitem, false);
2453}
2454
2455CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem)
2456{

Callers

nothing calls this directly

Calls 1

replace_item_in_objectFunction · 0.85

Tested by

no test coverage detected