Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2608
cJSON * cJSONUtils_MergePatch(cJSON *target, const cJSON * const patch)
2609
{
2610
return merge_patch(target, patch);
2611
}
Callers
1
w_merge_json
Function · 0.85
Calls
1
merge_patch
Function · 0.85
Tested by
no test coverage detected