Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ min
Function
min
pkg/search/searcher.go:342–347 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
340
}
341
342
func
min(a, b int) int {
343
if
a < b {
344
return
a
345
}
346
return
b
347
}
Callers
6
Code
Method · 0.70
Commits
Method · 0.70
Repositories
Method · 0.70
Issues
Method · 0.70
Install
Function · 0.50
FetchDescriptionsConcurrent
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected