| 190 | } |
| 191 | |
| 192 | type testUI struct { |
| 193 | T testing.TB |
| 194 | } |
| 195 | |
| 196 | func (ui testUI) ReadLine(_ string) (string, error) { return "", io.EOF } |
| 197 | func (ui testUI) IsTerminal() bool { return false } |
nothing calls this directly
no outgoing calls
no test coverage detected