MCPcopy Index your code
hub / github.com/bytebase/bytebase / GetType

Method GetType

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

Source from the content-addressed store, hash-verified

797}
798
799func (x *DataSource) GetType() DataSourceType {
800 if x != nil {
801 return x.Type
802 }
803 return DataSourceType_DATA_SOURCE_UNSPECIFIED
804}
805
806func (x *DataSource) GetUsername() string {
807 if x != nil {

Callers 2

UpdateDataSourceMethod · 0.95
RemoveDataSourceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected