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