MCPcopy
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_filesystemMethod · 0.95
test_isdir_isfileFunction · 0.95
test_isdvcFunction · 0.95
test_subreposFunction · 0.95
test_dvcfs_no_subreposFunction · 0.95
_get_stage_filesFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_filesystemMethod · 0.76
test_isdir_isfileFunction · 0.76
test_isdvcFunction · 0.76
test_subreposFunction · 0.76
test_dvcfs_no_subreposFunction · 0.76