()
| 99 | } |
| 100 | |
| 101 | func (s *shellActionsImpl) ReadPasswordErr() (string, error) { |
| 102 | return s.reader.readPasswordErr() |
| 103 | } |
| 104 | |
| 105 | func (s *shellActionsImpl) ReadMultiLinesFunc(f func(string) bool) string { |
| 106 | lines, _ := s.readMultiLinesFunc(f) |
nothing calls this directly
no test coverage detected