()
| 156 | } |
| 157 | |
| 158 | func (x *DataSourceCollection) GetDataSources() []*object.DataSource { |
| 159 | if x != nil { |
| 160 | return x.DataSources |
| 161 | } |
| 162 | return nil |
| 163 | } |
| 164 | |
| 165 | func (x *DataSourceCollection) GetTotal() int32 { |
| 166 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected