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

Method CreateWorkspace

python/cells_idm_pb2_grpc.py:485–489  ·  view source on GitHub ↗

Missing associated documentation comment in .proto file.

(self, request, context)

Source from the content-addressed store, hash-verified

483 """
484
485 def CreateWorkspace(self, request, context):
486 """Missing associated documentation comment in .proto file."""
487 context.set_code(grpc.StatusCode.UNIMPLEMENTED)
488 context.set_details('Method not implemented!')
489 raise NotImplementedError('Method not implemented!')
490
491 def DeleteWorkspace(self, request, context):
492 """Missing associated documentation comment in .proto file."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected