()
| 884 | } |
| 885 | |
| 886 | func (x *DataSourceSingleQuery) GetIsVersioned() bool { |
| 887 | if x != nil { |
| 888 | return x.IsVersioned |
| 889 | } |
| 890 | return false |
| 891 | } |
| 892 | |
| 893 | func (x *DataSourceSingleQuery) GetIsEncrypted() bool { |
| 894 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected