MCPcopy Index your code
hub / github.com/abiosoft/ishell / ReadPasswordErr

Method ReadPasswordErr

actions.go:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101func (s *shellActionsImpl) ReadPasswordErr() (string, error) {
102 return s.reader.readPasswordErr()
103}
104
105func (s *shellActionsImpl) ReadMultiLinesFunc(f func(string) bool) string {
106 lines, _ := s.readMultiLinesFunc(f)

Callers

nothing calls this directly

Calls 1

readPasswordErrMethod · 0.80

Tested by

no test coverage detected