Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ min
Function
min
pkg/cmd/issue/list/http.go:221–226 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
219
}
220
221
func
min(a, b int) int {
222
if
a < b {
223
return
a
224
}
225
return
b
226
}
Callers
2
listIssues
Function · 0.70
searchIssues
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected