MCPcopy 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
221func min(a, b int) int {
222 if a < b {
223 return a
224 }
225 return b
226}

Callers 2

listIssuesFunction · 0.70
searchIssuesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected