()
| 891 | } |
| 892 | |
| 893 | func (x *DataSourceSingleQuery) GetIsEncrypted() bool { |
| 894 | if x != nil { |
| 895 | return x.IsEncrypted |
| 896 | } |
| 897 | return false |
| 898 | } |
| 899 | |
| 900 | func (x *DataSourceSingleQuery) GetEncryptionMode() EncryptionMode { |
| 901 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected