MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetSshPassword

Method GetSshPassword

backend/generated-go/store/instance.pb.go:1002–1007  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1000}
1001
1002func (x *DataSource) GetSshPassword() string {
1003 if x != nil {
1004 return x.SshPassword
1005 }
1006 return ""
1007}
1008
1009func (x *DataSource) GetObfuscatedSshPassword() string {
1010 if x != nil {

Callers 2

GetSSHClientFunction · 0.45
obfuscateInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected