MCPcopy Create free account
hub / github.com/pydio/cells / CreateVersion

Method CreateVersion

python/cells_tree_pb2_grpc.py:1134–1138  ·  view source on GitHub ↗

Missing associated documentation comment in .proto file.

(self, request, context)

Source from the content-addressed store, hash-verified

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."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected