()
| 534 | } |
| 535 | |
| 536 | func (x *DataSource) GetEncryptionMode() EncryptionMode { |
| 537 | if x != nil { |
| 538 | return x.EncryptionMode |
| 539 | } |
| 540 | return EncryptionMode_CLEAR |
| 541 | } |
| 542 | |
| 543 | func (x *DataSource) GetEncryptionKey() string { |
| 544 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected