MCPcopy Index your code
hub / github.com/coder/coder / selectModel

Struct selectModel

cli/cliui/select.go:161–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161type selectModel struct {
162 search textinput.Model
163 options []string
164 cursor int
165 height int
166 message string
167 selected string
168 canceled bool
169 hideSearch bool
170}
171
172func (selectModel) Init() tea.Cmd {
173 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected