()
| 870 | } |
| 871 | |
| 872 | func (x *DataSourceSingleQuery) GetFlatStorage() bool { |
| 873 | if x != nil { |
| 874 | return x.FlatStorage |
| 875 | } |
| 876 | return false |
| 877 | } |
| 878 | |
| 879 | func (x *DataSourceSingleQuery) GetSkipSyncOnRestart() bool { |
| 880 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected