MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / max

Function max

internal/tui/views/pricing.go:1447–1452  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

1445}
1446
1447func max(a, b int) int {
1448 if a > b {
1449 return a
1450 }
1451 return b
1452}

Callers 2

renderResultsMethod · 0.85
buildResultRowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected