MCPcopy Create free account
hub / github.com/SVF-tools/SVF / cJSON_ReplaceItemInObject

Function cJSON_ReplaceItemInObject

svf/lib/Util/cJSON.cpp:2381–2384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2379}
2380
2381CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem)
2382{
2383 return replace_item_in_object(object, string, newitem, false);
2384}
2385
2386CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem)
2387{

Callers

nothing calls this directly

Calls 1

replace_item_in_objectFunction · 0.85

Tested by

no test coverage detected