Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ min
Function
min
pkg/search/searcher.go:365–370 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
363
}
364
365
func
min(a, b int) int {
366
if
a < b {
367
return
a
368
}
369
return
b
370
}
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