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

Function cJSONUtils_SortObjectCaseSensitive

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

Source from the content-addressed store, hash-verified

1341CJSON_PUBLIC(void) cJSONUtils_SortObject(cJSON *const object) { sort_object(object, false); }
1342
1343CJSON_PUBLIC(void) cJSONUtils_SortObjectCaseSensitive(cJSON *const object) { sort_object(object, true); }
1344
1345static cJSON *merge_patch(cJSON *target, const cJSON *const patch, const cJSON_bool case_sensitive)
1346{

Callers

nothing calls this directly

Calls 1

sort_objectFunction · 0.85

Tested by

no test coverage detected