Missing associated documentation comment in .proto file.
| 497 | |
| 498 | |
| 499 | class AuthCodeProviderServicer(object): |
| 500 | """Missing associated documentation comment in .proto file.""" |
| 501 | |
| 502 | def CreateAuthCode(self, request, context): |
| 503 | """Missing associated documentation comment in .proto file.""" |
| 504 | context.set_code(grpc.StatusCode.UNIMPLEMENTED) |
| 505 | context.set_details('Method not implemented!') |
| 506 | raise NotImplementedError('Method not implemented!') |
| 507 | |
| 508 | |
| 509 | def add_AuthCodeProviderServicer_to_server(servicer, server): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…