MCPcopy
hub / github.com/go-task/task / newSelectModel

Function newSelectModel

internal/input/input.go:151–157  ·  view source on GitHub ↗
(varName string, options []string)

Source from the content-addressed store, hash-verified

149}
150
151func newSelectModel(varName string, options []string) selectModel {
152 return selectModel{
153 varName: varName,
154 options: options,
155 cursor: 0,
156 }
157}
158
159func (m selectModel) Init() tea.Cmd {
160 return nil

Callers 1

SelectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…