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

Method GetEncryptionKey

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

Source from the content-addressed store, hash-verified

541}
542
543func (x *DataSource) GetEncryptionKey() string {
544 if x != nil {
545 return x.EncryptionKey
546 }
547 return ""
548}
549
550func (x *DataSource) GetVersioningPolicyName() string {
551 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected