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

Method ls

dvc/fs/git.py:57–58  ·  view source on GitHub ↗
(self, path, detail=True, **kwargs)

Source from the content-addressed store, hash-verified

55 return self.fs.rev
56
57 def ls(self, path, detail=True, **kwargs):
58 return self.fs.ls(path, detail=detail, **kwargs) or []

Calls

no outgoing calls