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

TypeAlias ViewMode

internal/tui/app.go:20–20  ·  view source on GitHub ↗

ViewMode tracks which view is active.

Source from the content-addressed store, hash-verified

18
19// ViewMode tracks which view is active.
20type ViewMode int
21
22const (
23 ViewModeInitAuth ViewMode = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected