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

Method GetMasterPassword

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

Source from the content-addressed store, hash-verified

1160}
1161
1162func (x *DataSource) GetMasterPassword() string {
1163 if x != nil {
1164 return x.MasterPassword
1165 }
1166 return ""
1167}
1168
1169func (x *DataSource) GetObfuscatedMasterPassword() string {
1170 if x != nil {

Callers 2

OpenMethod · 0.45
obfuscateInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected