Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
func
(s *shellReader) readPassword() string {
55
password, _ := s.readPasswordErr()
56
return
password
57
}
58
59
func
(s *shellReader) setMultiMode(use bool) {
60
s.readingMulti = use
Callers
1
ReadPassword
Method · 0.80
Calls
1
readPasswordErr
Method · 0.95
Tested by
no test coverage detected