()
| 51 | } |
| 52 | |
| 53 | func (m chatInputModel) Init() tea.Cmd { return textinput.Blink } |
| 54 | |
| 55 | func (m chatInputModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) { |
| 56 | switch msg := msg.(type) { |
nothing calls this directly
no outgoing calls
no test coverage detected