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

Function cJSON_ReplaceItemInObjectCaseSensitive

svf/lib/Util/cJSON.cpp:2386–2389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2384}
2385
2386CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem)
2387{
2388 return replace_item_in_object(object, string, newitem, true);
2389}
2390
2391/* Create basic types: */
2392CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void)

Callers

nothing calls this directly

Calls 1

replace_item_in_objectFunction · 0.85

Tested by

no test coverage detected