Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
83
def
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
89
class
GitRemote:
Callers
nothing calls this directly
Calls
2
make_tmp_dir
Function · 0.85
commit
Method · 0.45
Tested by
no test coverage detected