Missing associated documentation comment in .proto file.
(self, request, context)
| 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 | |
| 1412 | def add_FileKeyManagerServicer_to_server(servicer, server): |
nothing calls this directly
no outgoing calls
no test coverage detected