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

Method ReadPassword

actions.go:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (s *shellActionsImpl) ReadPassword() string {
98 return s.reader.readPassword()
99}
100
101func (s *shellActionsImpl) ReadPasswordErr() (string, error) {
102 return s.reader.readPasswordErr()

Callers

nothing calls this directly

Calls 1

readPasswordMethod · 0.80

Tested by

no test coverage detected