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

Function cJSONUtils_SortObject

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

Source from the content-addressed store, hash-verified

1339}
1340
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

Callers

nothing calls this directly

Calls 1

sort_objectFunction · 0.85

Tested by

no test coverage detected