()
| 856 | } |
| 857 | |
| 858 | func (x *DataSourceSingleQuery) GetStorageType() StorageTypeFilter { |
| 859 | if x != nil { |
| 860 | return x.StorageType |
| 861 | } |
| 862 | return StorageTypeFilter_ANY |
| 863 | } |
| 864 | |
| 865 | func (x *DataSourceSingleQuery) GetPeerAddress() string { |
| 866 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected