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

Function cJSONUtils_AddPatchToArray

cpworker/src/cJSON/cJSON_Utils.c:1158–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156}
1157
1158CJSON_PUBLIC(void)
1159cJSONUtils_AddPatchToArray(cJSON *const array, const char *const operation, const char *const path,
1160 const cJSON *const value)
1161{
1162 compose_patch(array, (const unsigned char *)operation, (const unsigned char *)path, NULL, value);
1163}
1164
1165static void create_patches(cJSON *const patches, const unsigned char *const path, cJSON *const from, cJSON *const to,
1166 const cJSON_bool case_sensitive)

Callers

nothing calls this directly

Calls 1

compose_patchFunction · 0.85

Tested by

no test coverage detected