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

Method GetStorageType

common/proto/object/cells-object.pb.go:858–863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

856}
857
858func (x *DataSourceSingleQuery) GetStorageType() StorageTypeFilter {
859 if x != nil {
860 return x.StorageType
861 }
862 return StorageTypeFilter_ANY
863}
864
865func (x *DataSourceSingleQuery) GetPeerAddress() string {
866 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected