(prompt string)
| 161 | } |
| 162 | |
| 163 | func (ui *dummyUI) ReadLine(prompt string) (string, error) { |
| 164 | return "", nil |
| 165 | } |
| 166 | |
| 167 | func (ui *dummyUI) Print(args ...interface{}) { |
| 168 | log(ui.ctx, nil).Print(args...) |
nothing calls this directly
no outgoing calls
no test coverage detected