Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OverloadBlitz/cloudcent-cli
/ styleHelpKey
Function
styleHelpKey
internal/tui/views/pricing.go:1436–1438 ·
view source on GitHub ↗
(k string)
Source
from the content-addressed store, hash-verified
1434
}
1435
1436
func
styleHelpKey(k string) string {
1437
return
lipgloss.NewStyle().Foreground(colorCyan).Render(k)
1438
}
1439
1440
func
min(a, b int) int {
1441
if
a < b {
Callers
4
renderHelp
Method · 0.85
Render
Method · 0.85
Render
Method · 0.85
Render
Method · 0.85
Calls
1
Render
Method · 0.45
Tested by
no test coverage detected