| 14 | ) |
| 15 | |
| 16 | type FileInput struct { |
| 17 | id int |
| 18 | mode int |
| 19 | widget textinput.Model |
| 20 | visible bool |
| 21 | } |
| 22 | |
| 23 | type OpenFileReadMsg struct{ Id int } |
| 24 | type OpenFileWriteMsg struct{ Id int } |
nothing calls this directly
no outgoing calls
no test coverage detected