Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ le
Function
le
deps/v8/test/mjsunit/compare-known-objects.js:42–44 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
40
}
41
42
function
le(a, b) {
43
return
a <= b;
44
}
45
46
function
lt(a, b) {
47
return
a < b;
Callers
1
test
Function · 0.70
Calls
no outgoing calls
Tested by
1
test
Function · 0.56