MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / cJSONUtils_GenerateMergePatchCaseSensitive

Function cJSONUtils_GenerateMergePatchCaseSensitive

cJSON_Utils.c:1478–1481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476}
1477
1478CJSON_PUBLIC(cJSON *) cJSONUtils_GenerateMergePatchCaseSensitive(cJSON * const from, cJSON * const to)
1479{
1480 return generate_merge_patch(from, to, true);
1481}

Callers

nothing calls this directly

Calls 1

generate_merge_patchFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…