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

Function cJSONUtils_MergePatch

cpworker/src/cJSON/cJSON_Utils.c:1405–1408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1403}
1404
1405CJSON_PUBLIC(cJSON *) cJSONUtils_MergePatch(cJSON *target, const cJSON *const patch)
1406{
1407 return merge_patch(target, patch, false);
1408}
1409
1410CJSON_PUBLIC(cJSON *) cJSONUtils_MergePatchCaseSensitive(cJSON *target, const cJSON *const patch)
1411{

Callers

nothing calls this directly

Calls 1

merge_patchFunction · 0.85

Tested by

no test coverage detected