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

TypeAlias BuilderFocus

internal/tui/views/pricing.go:26–26  ·  view source on GitHub ↗

BuilderFocus tracks whether focus is on the input field or suggestions.

Source from the content-addressed store, hash-verified

24
25// BuilderFocus tracks whether focus is on the input field or suggestions.
26type BuilderFocus int
27
28const (
29 BuilderFocusField BuilderFocus = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected