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

Function cJSON_ReplaceItemInObjectCaseSensitive

external/cJSON/cJSON.c:2455–2458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2453}
2454
2455CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem)
2456{
2457 return replace_item_in_object(object, string, newitem, true);
2458}
2459
2460/* Create basic types: */
2461CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void)

Callers

nothing calls this directly

Calls 1

replace_item_in_objectFunction · 0.85

Tested by

no test coverage detected