Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ min
Function
min
pkg/search/searcher.go:344–349 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
342
}
343
344
func
min(a, b int) int {
345
if
a < b {
346
return
a
347
}
348
return
b
349
}
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