Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6002
exports.lte = lte
6003
function
lte (a, b, loose) {
6004
return
compare(a, b, loose) <= 0
6005
}
6006
6007
exports.cmp = cmp
6008
function
cmp (a, op, b, loose) {
Callers
1
cmp
Function · 0.85
Calls
1
compare
Function · 0.85
Tested by
no test coverage detected