MCPcopy
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
132func min(a, b int) int {
133 if a < b {
134 return a
135 }
136 return b
137}

Callers 6

searchPullRequestsFunction · 0.70
ListMethod · 0.50
SearchMethod · 0.50
GetWithCommentsMethod · 0.50
GetCommentRepliesMethod · 0.50
ListMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected