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

Method GetEncryptionKey

python/cells_tree_pb2_grpc.py:1405–1409  ·  view source on GitHub ↗

Missing associated documentation comment in .proto file.

(self, request, context)

Source from the content-addressed store, hash-verified

1403 """
1404
1405 def GetEncryptionKey(self, request, context):
1406 """Missing associated documentation comment in .proto file."""
1407 context.set_code(grpc.StatusCode.UNIMPLEMENTED)
1408 context.set_details('Method not implemented!')
1409 raise NotImplementedError('Method not implemented!')
1410
1411
1412def add_FileKeyManagerServicer_to_server(servicer, server):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected