Missing associated documentation comment in .proto file.
(self, request, context)
| 381 | """ |
| 382 | |
| 383 | def CreateNode(self, request, context): |
| 384 | """Missing associated documentation comment in .proto file.""" |
| 385 | context.set_code(grpc.StatusCode.UNIMPLEMENTED) |
| 386 | context.set_details('Method not implemented!') |
| 387 | raise NotImplementedError('Method not implemented!') |
| 388 | |
| 389 | def UpdateNode(self, request, context): |
| 390 | """Missing associated documentation comment in .proto file.""" |
nothing calls this directly
no outgoing calls
no test coverage detected