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

Function min

pkg/cmd/org/list/http.go:93–98  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

91}
92
93func min(a, b int) int {
94 if a < b {
95 return a
96 }
97 return b
98}

Callers 1

listOrgsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected