MCPcopy Create free account
hub / github.com/Azure/powershell / rcompare

Function rcompare

lib/index.js:5959–5961  ·  view source on GitHub ↗
(a, b, loose)

Source from the content-addressed store, hash-verified

5957
5958exports.rcompare = rcompare
5959function rcompare (a, b, loose) {
5960 return compare(b, a, loose)
5961}
5962
5963exports.sort = sort
5964function sort (list, loose) {

Callers

nothing calls this directly

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…