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

Method readPassword

reader.go:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (s *shellReader) readPassword() string {
55 password, _ := s.readPasswordErr()
56 return password
57}
58
59func (s *shellReader) setMultiMode(use bool) {
60 s.readingMulti = use

Callers 1

ReadPasswordMethod · 0.80

Calls 1

readPasswordErrMethod · 0.95

Tested by

no test coverage detected