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

Function lte

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

Source from the content-addressed store, hash-verified

6001
6002exports.lte = lte
6003function lte (a, b, loose) {
6004 return compare(a, b, loose) <= 0
6005}
6006
6007exports.cmp = cmp
6008function cmp (a, op, b, loose) {

Callers 1

cmpFunction · 0.85

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected