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

Function min

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

Source from the content-addressed store, hash-verified

363}
364
365func min(a, b int) int {
366 if a < b {
367 return a
368 }
369 return b
370}

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