Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 []
Callers
15
_show_list
Method · 0.45
run
Method · 0.45
test_filesystem
Method · 0.45
test_ls_repo
Function · 0.45
test_ls_repo_recursive
Function · 0.45
test_ls_repo_dvc_only_recursive
Function · 0.45
test_ls_repo_with_new_path_dir
Function · 0.45
test_ls_repo_with_path_dir
Function · 0.45
test_ls_repo_with_path_dir_dvc_only_empty
Function · 0.45
test_ls_repo_with_path_subdir
Function · 0.45
test_ls_repo_with_path_subdir_dvc_only
Function · 0.45
test_ls_repo_with_path_subdir_dvc_only_recursive
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_filesystem
Method · 0.36
test_ls_repo
Function · 0.36
test_ls_repo_recursive
Function · 0.36
test_ls_repo_dvc_only_recursive
Function · 0.36
test_ls_repo_with_new_path_dir
Function · 0.36
test_ls_repo_with_path_dir
Function · 0.36
test_ls_repo_with_path_dir_dvc_only_empty
Function · 0.36
test_ls_repo_with_path_subdir
Function · 0.36
test_ls_repo_with_path_subdir_dvc_only
Function · 0.36
test_ls_repo_with_path_subdir_dvc_only_recursive
Function · 0.36
test_ls_repo_with_path_file_out
Function · 0.36
test_ls_repo_with_file_path_fs
Function · 0.36