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

Method GetSyncDatabases

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

Source from the content-addressed store, hash-verified

554}
555
556func (x *Instance) GetSyncDatabases() []string {
557 if x != nil {
558 return x.SyncDatabases
559 }
560 return nil
561}
562
563func (x *Instance) GetMysqlLowerCaseTableNames() int32 {
564 if x != nil {

Callers 3

SyncInstanceMethod · 0.45
convertToV1InstanceFunction · 0.45
convertToStoreInstanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected