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

Method GetExternalLink

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

Source from the content-addressed store, hash-verified

533}
534
535func (x *Instance) GetExternalLink() string {
536 if x != nil {
537 return x.ExternalLink
538 }
539 return ""
540}
541
542func (x *Instance) GetDataSources() []*DataSource {
543 if x != nil {

Callers 2

convertToV1InstanceFunction · 0.45
convertToStoreInstanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected