Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ chdir
Method
chdir
dvc/fs/git.py:50–51 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
48
return
self.fs.getcwd()
49
50
def
chdir(self, path):
51
self.fs.chdir(path)
52
53
@property
54
def
rev(self) -> str:
Callers
15
__init__
Method · 0.45
__init__
Method · 0.45
_switch_fs
Function · 0.45
collect_rev
Function · 0.45
save
Method · 0.45
_repro_dvc
Method · 0.45
test_post_to_studio_subdir
Function · 0.45
test_repo_with_plots
Function · 0.45
cd
Function · 0.45
test_imported_entries_unchanged
Function · 0.45
test_commit_multiple_files
Function · 0.45
test_checkouts_with_different_addressing
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_post_to_studio_subdir
Function · 0.36
test_repo_with_plots
Function · 0.36
test_imported_entries_unchanged
Function · 0.36
test_commit_multiple_files
Function · 0.36
test_checkouts_with_different_addressing
Function · 0.36
test_gc_multiple_dvc_repos
Function · 0.36
test_gc_multiple_dvc_repos_all_branches_num
Function · 0.36
test_pull_git_imports
Function · 0.36
test_pull_external_dvc_imports
Function · 0.36
test_pull_external_dvc_imports_mixed
Function · 0.36
test_from_gitfs_when_pwd_not_in_root
Function · 0.36
test_import_stage_accompanies_target
Function · 0.36