| 21 | ) |
| 22 | |
| 23 | type InstallModel struct { |
| 24 | focusIndex int |
| 25 | inputs []textinput.Model |
| 26 | cursorMode textinput.CursorMode |
| 27 | } |
| 28 | |
| 29 | func NewInstallModel(p string) InstallModel { |
| 30 | m := InstallModel{ |
nothing calls this directly
no outgoing calls
no test coverage detected