Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1447
func
max(a, b int) int {
1448
if
a > b {
1449
return
a
1450
}
1451
return
b
1452
}
Callers
2
renderResults
Method · 0.85
buildResultRow
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected