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

Method GetFlatStorage

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

Source from the content-addressed store, hash-verified

870}
871
872func (x *DataSourceSingleQuery) GetFlatStorage() bool {
873 if x != nil {
874 return x.FlatStorage
875 }
876 return false
877}
878
879func (x *DataSourceSingleQuery) GetSkipSyncOnRestart() bool {
880 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected