MCPcopy
hub / github.com/treeverse/dvc / dvc_gen

Method dvc_gen

dvc/testing/tmp_dir.py:146–148  ·  view source on GitHub ↗
(self, struct, text="", commit=None)

Source from the content-addressed store, hash-verified

144 return paths
145
146 def dvc_gen(self, struct, text="", commit=None):
147 paths = self.gen(struct, text)
148 return self.dvc_add(paths, commit=commit)
149
150 def scm_gen(self, struct, text="", commit=None, force=False):
151 paths = self.gen(struct, text)

Callers 15

testMethod · 0.80
test_pull_00_prefixMethod · 0.80
test_fileMethod · 0.80
test_dirMethod · 0.80
test_fileMethod · 0.80
test_dirMethod · 0.80
test_deletionMethod · 0.80
test_updateMethod · 0.80
test_get_urlMethod · 0.80
test_openMethod · 0.80
test_filesystemMethod · 0.80

Calls 2

genMethod · 0.95
dvc_addMethod · 0.95

Tested by 15

testMethod · 0.64
test_pull_00_prefixMethod · 0.64
test_fileMethod · 0.64
test_dirMethod · 0.64
test_fileMethod · 0.64
test_dirMethod · 0.64
test_deletionMethod · 0.64
test_updateMethod · 0.64
test_get_urlMethod · 0.64
test_openMethod · 0.64
test_filesystemMethod · 0.64