Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ min
Function
min
pkg/cmd/pr/list/http.go:132–137 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
130
}
131
132
func
min(a, b int) int {
133
if
a < b {
134
return
a
135
}
136
return
b
137
}
Callers
6
searchPullRequests
Function · 0.70
List
Method · 0.50
Search
Method · 0.50
GetWithComments
Method · 0.50
GetCommentReplies
Method · 0.50
List
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected