MCPcopy Index your code
hub / github.com/cli/cli / min

Function min

pkg/search/searcher.go:342–347  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

340}
341
342func min(a, b int) int {
343 if a < b {
344 return a
345 }
346 return b
347}

Callers 6

CodeMethod · 0.70
CommitsMethod · 0.70
RepositoriesMethod · 0.70
IssuesMethod · 0.70
InstallFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected