()
| 157 | } |
| 158 | |
| 159 | func (m selectModel) Init() tea.Cmd { |
| 160 | return nil |
| 161 | } |
| 162 | |
| 163 | func (m selectModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) { |
| 164 | switch msg := msg.(type) { |
nothing calls this directly
no outgoing calls
no test coverage detected