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

Method ls

dvc/repo/experiments/__init__.py:371–374  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

369 return pull(self.repo, *args, **kwargs)
370
371 def ls(self, *args, **kwargs):
372 from dvc.repo.experiments.ls import ls
373
374 return ls(self.repo, *args, **kwargs)
375
376 def remove(self, *args, **kwargs):
377 from dvc.repo.experiments.remove import remove

Callers 5

duFunction · 0.45
_ls_treeFunction · 0.45
drop_data_indexMethod · 0.45
iter_indexFunction · 0.45
_unpack_dir_filesFunction · 0.45

Calls 1

lsFunction · 0.90

Tested by

no test coverage detected