Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ isdvc
Method
isdvc
dvc/fs/dvc.py:733–734 ·
view source on GitHub ↗
(self, path, **kwargs)
Source
from the content-addressed store, hash-verified
731
return
self.fs.fsid
732
733
def
isdvc(self, path, **kwargs) -> bool:
734
return
self.fs.isdvc(path, **kwargs)
735
736
@property
737
def
repo(self) ->
"Repo"
:
Callers
6
test_filesystem
Method · 0.95
test_isdir_isfile
Function · 0.95
test_isdvc
Function · 0.95
test_subrepos
Function · 0.95
test_dvcfs_no_subrepos
Function · 0.95
_get_stage_files
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_filesystem
Method · 0.76
test_isdir_isfile
Function · 0.76
test_isdvc
Function · 0.76
test_subrepos
Function · 0.76
test_dvcfs_no_subrepos
Function · 0.76