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