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

Method GetSyncInterval

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

Source from the content-addressed store, hash-verified

547}
548
549func (x *Instance) GetSyncInterval() *durationpb.Duration {
550 if x != nil {
551 return x.SyncInterval
552 }
553 return nil
554}
555
556func (x *Instance) GetSyncDatabases() []string {
557 if x != nil {

Callers 3

convertToV1InstanceFunction · 0.45
convertToStoreInstanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected