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

Method GetDatashare

backend/generated-go/store/database.pb.go:521–526  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

519}
520
521func (x *DatabaseMetadata) GetDatashare() bool {
522 if x != nil {
523 return x.Datashare
524 }
525 return false
526}
527
528func (x *DatabaseMetadata) GetRelease() string {
529 if x != nil {

Callers 4

executeExportMethod · 0.45
QueryMethod · 0.45
ExportMethod · 0.45
doExportFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected