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

Method GetEncryptionMode

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

Source from the content-addressed store, hash-verified

898}
899
900func (x *DataSourceSingleQuery) GetEncryptionMode() EncryptionMode {
901 if x != nil {
902 return x.EncryptionMode
903 }
904 return EncryptionMode_CLEAR
905}
906
907func (x *DataSourceSingleQuery) GetEncryptionKey() string {
908 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected