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

Method GetDataSources

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

Source from the content-addressed store, hash-verified

540}
541
542func (x *Instance) GetDataSources() []*DataSource {
543 if x != nil {
544 return x.DataSources
545 }
546 return nil
547}
548
549func (x *Instance) GetSyncInterval() *durationpb.Duration {
550 if x != nil {

Callers 14

obfuscateInstanceMethod · 0.45
deobfuscateInstancesMethod · 0.45
resolveDataSourceIDFunction · 0.45
CreateInstanceMethod · 0.45
AddDataSourceMethod · 0.45
UpdateDataSourceMethod · 0.45
RemoveDataSourceMethod · 0.45

Calls

no outgoing calls