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

Function gte

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

Source from the content-addressed store, hash-verified

5996
5997exports.gte = gte
5998function gte (a, b, loose) {
5999 return compare(a, b, loose) >= 0
6000}
6001
6002exports.lte = lte
6003function lte (a, b, loose) {

Callers 1

cmpFunction · 0.85

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected