Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ min
Function
min
pkg/cmd/ruleset/shared/http.go:87–92 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
85
}
86
87
func
min(a, b int) int {
88
if
a < b {
89
return
a
90
}
91
return
b
92
}
93
94
func
rulesetsQuery(org bool) string {
95
if
org {
Callers
1
listRulesets
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected