Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
93
func
min(a, b int) int {
94
if
a < b {
95
return
a
96
}
97
return
b
98
}
Callers
1
listOrgs
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected