MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / ToolbarState

Interface ToolbarState

cli/ui_shared.go:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56var ToolbarSeparator = richSymbols["toolbar.separator"]
57
58type ToolbarState interface {
59 TurnCountValue() int
60 TokenTotals() (int, int)
61 YoloEnabled() bool
62}
63
64func DetectDisplayMode(encoding string) string {
65 normalized := strings.ToLower(strings.TrimSpace(encoding))

Callers 6

TokensMethod · 0.65
BuildSessionToolbarFunction · 0.65
TokensMethod · 0.65
BuildSessionToolbarFunction · 0.65
BuildSessionToolbarFunction · 0.65
GetInputMethod · 0.65

Implementers 2

toolbarTestStatetest/ui_runtime_parity_test.go
AgentStateagent/state.go

Calls

no outgoing calls

Tested by

no test coverage detected