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

Method GetEncryptionMode

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

Source from the content-addressed store, hash-verified

534}
535
536func (x *DataSource) GetEncryptionMode() EncryptionMode {
537 if x != nil {
538 return x.EncryptionMode
539 }
540 return EncryptionMode_CLEAR
541}
542
543func (x *DataSource) GetEncryptionKey() string {
544 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected