Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ gte
Function
gte
deps/minimatch/index.js:142–144 ·
view source on GitHub ↗
(i, y)
Source
from the content-addressed store, hash-verified
140
return
i <= y;
141
}
142
function
gte(i, y) {
143
return
i >= y;
144
}
145
function
expand_(str, max, isTop) {
146
const
expansions = [];
147
const
m = (0, balanced_match_1.balanced)(
"{"
,
"}"
, str);
Callers
1
updateCheck
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected