MCPcopy Create free account
hub / github.com/pydio/cells / GetDataSources

Method GetDataSources

common/proto/rest/cellsapi-config.pb.go:158–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156}
157
158func (x *DataSourceCollection) GetDataSources() []*object.DataSource {
159 if x != nil {
160 return x.DataSources
161 }
162 return nil
163}
164
165func (x *DataSourceCollection) GetTotal() int32 {
166 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected