()
| 144 | } |
| 145 | |
| 146 | func (m confirmModel) Init() tea.Cmd { return nil } |
| 147 | |
| 148 | func (m confirmModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) { |
| 149 | if key, ok := msg.(tea.KeyMsg); ok { |
nothing calls this directly
no outgoing calls
no test coverage detected