()
| 107 | } |
| 108 | |
| 109 | func (m textModel) Init() tea.Cmd { |
| 110 | return tea.Batch(m.textInput.Focus(), textinput.Blink) |
| 111 | } |
| 112 | |
| 113 | func (m textModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) { |
| 114 | switch msg := msg.(type) { |
nothing calls this directly
no outgoing calls
no test coverage detected