()
| 898 | } |
| 899 | |
| 900 | func (x *DataSourceSingleQuery) GetEncryptionMode() EncryptionMode { |
| 901 | if x != nil { |
| 902 | return x.EncryptionMode |
| 903 | } |
| 904 | return EncryptionMode_CLEAR |
| 905 | } |
| 906 | |
| 907 | func (x *DataSourceSingleQuery) GetEncryptionKey() string { |
| 908 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected