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

Method CreateUser

python/cells_idm_pb2_grpc.py:260–264  ·  view source on GitHub ↗

Missing associated documentation comment in .proto file.

(self, request, context)

Source from the content-addressed store, hash-verified

258 """
259
260 def CreateUser(self, request, context):
261 """Missing associated documentation comment in .proto file."""
262 context.set_code(grpc.StatusCode.UNIMPLEMENTED)
263 context.set_details('Method not implemented!')
264 raise NotImplementedError('Method not implemented!')
265
266 def DeleteUser(self, request, context):
267 """Missing associated documentation comment in .proto file."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected