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

Function compareLoose

lib/index.js:5947–5949  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

5945
5946exports.compareLoose = compareLoose
5947function compareLoose (a, b) {
5948 return compare(a, b, true)
5949}
5950
5951exports.compareBuild = compareBuild
5952function compareBuild (a, b, 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…