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

Method GetMasterUsername

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

Source from the content-addressed store, hash-verified

1153}
1154
1155func (x *DataSource) GetMasterUsername() string {
1156 if x != nil {
1157 return x.MasterUsername
1158 }
1159 return ""
1160}
1161
1162func (x *DataSource) GetMasterPassword() string {
1163 if x != nil {

Callers 2

OpenMethod · 0.45
convertDataSourcesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected