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

Function git_dir

tests/dir_helpers.py:83–86  ·  view source on GitHub ↗
(make_tmp_dir)

Source from the content-addressed store, hash-verified

81
82@pytest.fixture
83def git_dir(make_tmp_dir):
84 path = make_tmp_dir("git-erepo", scm=True)
85 path.scm.commit("init repo")
86 return path
87
88
89class GitRemote:

Callers

nothing calls this directly

Calls 2

make_tmp_dirFunction · 0.85
commitMethod · 0.45

Tested by

no test coverage detected