Missing associated documentation comment in .proto file.
(self, request, context)
| 1132 | """ |
| 1133 | |
| 1134 | def CreateVersion(self, request, context): |
| 1135 | """Missing associated documentation comment in .proto file.""" |
| 1136 | context.set_code(grpc.StatusCode.UNIMPLEMENTED) |
| 1137 | context.set_details('Method not implemented!') |
| 1138 | raise NotImplementedError('Method not implemented!') |
| 1139 | |
| 1140 | def StoreVersion(self, request, context): |
| 1141 | """Missing associated documentation comment in .proto file.""" |
nothing calls this directly
no outgoing calls
no test coverage detected