MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cJSONUtils_MergePatch

Function cJSONUtils_MergePatch

lib/cJSON.c:2608–2611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2606}
2607
2608cJSON * cJSONUtils_MergePatch(cJSON *target, const cJSON * const patch)
2609{
2610 return merge_patch(target, patch);
2611}

Callers 1

w_merge_jsonFunction · 0.85

Calls 1

merge_patchFunction · 0.85

Tested by

no test coverage detected