MCPcopy Create free account
hub / github.com/go-task/task / Init

Method Init

internal/input/input.go:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159func (m selectModel) Init() tea.Cmd {
160 return nil
161}
162
163func (m selectModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
164 switch msg := msg.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected