MCPcopy 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
87func min(a, b int) int {
88 if a < b {
89 return a
90 }
91 return b
92}
93
94func rulesetsQuery(org bool) string {
95 if org {

Callers 1

listRulesetsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected