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

Method GetIsVersioned

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

Source from the content-addressed store, hash-verified

884}
885
886func (x *DataSourceSingleQuery) GetIsVersioned() bool {
887 if x != nil {
888 return x.IsVersioned
889 }
890 return false
891}
892
893func (x *DataSourceSingleQuery) GetIsEncrypted() bool {
894 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected