MCPcopy Create free account
hub / github.com/Netis/cloud-probe / cJSONUtils_MergePatchCaseSensitive

Function cJSONUtils_MergePatchCaseSensitive

cpworker/src/cJSON/cJSON_Utils.c:1410–1413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1408}
1409
1410CJSON_PUBLIC(cJSON *) cJSONUtils_MergePatchCaseSensitive(cJSON *target, const cJSON *const patch)
1411{
1412 return merge_patch(target, patch, true);
1413}
1414
1415static cJSON *generate_merge_patch(cJSON *const from, cJSON *const to, const cJSON_bool case_sensitive)
1416{

Callers

nothing calls this directly

Calls 1

merge_patchFunction · 0.85

Tested by

no test coverage detected