()
| 519 | } |
| 520 | |
| 521 | func (x *DatabaseMetadata) GetDatashare() bool { |
| 522 | if x != nil { |
| 523 | return x.Datashare |
| 524 | } |
| 525 | return false |
| 526 | } |
| 527 | |
| 528 | func (x *DatabaseMetadata) GetRelease() string { |
| 529 | if x != nil { |
no outgoing calls
no test coverage detected