MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / cJSON_ReplaceItemInObject

Function cJSON_ReplaceItemInObject

libapp2sys/src/main/cpp/cjson/cJSON.c:2243–2246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2241}
2242
2243CJSON_PUBLIC(void) cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem)
2244{
2245 replace_item_in_object(object, string, newitem, false);
2246}
2247
2248CJSON_PUBLIC(void) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem)
2249{

Callers

nothing calls this directly

Calls 1

replace_item_in_objectFunction · 0.85

Tested by

no test coverage detected