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

Method GetIsEncrypted

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

Source from the content-addressed store, hash-verified

891}
892
893func (x *DataSourceSingleQuery) GetIsEncrypted() bool {
894 if x != nil {
895 return x.IsEncrypted
896 }
897 return false
898}
899
900func (x *DataSourceSingleQuery) GetEncryptionMode() EncryptionMode {
901 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected