Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5997
exports.gte = gte
5998
function
gte (a, b, loose) {
5999
return
compare(a, b, loose) >= 0
6000
}
6001
6002
exports.lte = lte
6003
function
lte (a, b, loose) {
Callers
1
cmp
Function · 0.85
Calls
1
compare
Function · 0.85
Tested by
no test coverage detected