()
| 541 | } |
| 542 | |
| 543 | func (x *DataSource) GetEncryptionKey() string { |
| 544 | if x != nil { |
| 545 | return x.EncryptionKey |
| 546 | } |
| 547 | return "" |
| 548 | } |
| 549 | |
| 550 | func (x *DataSource) GetVersioningPolicyName() string { |
| 551 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected