MCPcopy Create free account
hub / github.com/cli/cli / min

Function min

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

Source from the content-addressed store, hash-verified

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

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