Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ exists
Method
exists
dvc/output.py:581–585 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
579
580
@property
581
def
exists(self):
582
if
self._is_path_dvcignore(self.fs_path):
583
return
False
584
585
return
self.fs.exists(self.fs_path)
586
587
@cached_property
588
def
index_key(self) -> tuple[str,
"DataIndexKey"
]:
Callers
15
_check
Method · 0.45
get_dvc_info
Function · 0.45
verify_metric
Method · 0.45
_update_trie
Method · 0.45
_update_sub_repo
Method · 0.45
init
Function · 0.45
verify_image
Function · 0.45
test_no_plots
Function · 0.45
test_repo_with_config_plots
Function · 0.45
test_partial_push_n_pull
Function · 0.45
test_protect_local_remote
Function · 0.45
test_push_incomplete_dir
Function · 0.45
Calls
1
_is_path_dvcignore
Method · 0.95
Tested by
15
verify_image
Function · 0.36
test_no_plots
Function · 0.36
test_repo_with_config_plots
Function · 0.36
test_partial_push_n_pull
Function · 0.36
test_protect_local_remote
Function · 0.36
test_push_incomplete_dir
Function · 0.36
test_remove_files_when_checkout
Function · 0.36
test
Method · 0.36
test_force
Method · 0.36
test_gitignore_basic
Function · 0.36
test_checkout_empty_dir
Function · 0.36
test_checkout_with_deps_cli
Function · 0.36