MCPcopy
hub / github.com/treeverse/dvc / read_bytes

Method read_bytes

dvc/testing/cloud.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48
49 @abstractmethod
50 def read_bytes(self):
51 pass
52
53 def _gen(self, struct, prefix=None):
54 for name, contents in struct.items():

Calls

no outgoing calls