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