MCPcopy 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
1436func styleHelpKey(k string) string {
1437 return lipgloss.NewStyle().Foreground(colorCyan).Render(k)
1438}
1439
1440func min(a, b int) int {
1441 if a < b {

Callers 4

renderHelpMethod · 0.85
RenderMethod · 0.85
RenderMethod · 0.85
RenderMethod · 0.85

Calls 1

RenderMethod · 0.45

Tested by

no test coverage detected