Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ getcwd
Method
getcwd
dvc/fs/dvc.py:687–688 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
685
return
self.fs._repo_kwargs.get(
"rev"
) == self.fs.repo.get_rev()
686
687
def
getcwd(self):
688
return
self.fs.getcwd()
689
690
def
_get(
691
self,
Callers
15
__str__
Method · 0.45
resolve_paths
Function · 0.45
run
Method · 0.45
run
Method · 0.45
open_repo
Function · 0.45
_transform_git_paths_to_dvc
Function · 0.45
_download_studio
Method · 0.45
brancher
Function · 0.45
switch
Function · 0.45
to_relpath
Function · 0.45
collect_rev
Function · 0.45
save
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_get_used_objs
Function · 0.36
test_status_download_optimization
Function · 0.36