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

Method renderHeader

internal/tui/views/pricing.go:867–870  ·  view source on GitHub ↗
(active bool, version string)

Source from the content-addressed store, hash-verified

865}
866
867func (v *PricingView) renderHeader(active bool, version string) string {
868 isFocused := active && v.ActiveSection == PricingSectionHeader
869 return renderNavHeader("Pricing", isFocused, active, version, v.Width)
870}
871
872func (v *PricingView) renderCommand(active bool) string {
873 cmdActive := active && v.ActiveSection == PricingSectionCommand

Callers 1

RenderMethod · 0.95

Calls 1

renderNavHeaderFunction · 0.85

Tested by

no test coverage detected