Missing associated documentation comment in .proto file.
(self, request_iterator, context)
| 548 | raise NotImplementedError('Method not implemented!') |
| 549 | |
| 550 | def UpdateNodeStream(self, request_iterator, context): |
| 551 | """Missing associated documentation comment in .proto file.""" |
| 552 | context.set_code(grpc.StatusCode.UNIMPLEMENTED) |
| 553 | context.set_details('Method not implemented!') |
| 554 | raise NotImplementedError('Method not implemented!') |
| 555 | |
| 556 | def DeleteNodeStream(self, request_iterator, context): |
| 557 | """Missing associated documentation comment in .proto file.""" |
nothing calls this directly
no outgoing calls
no test coverage detected