Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pre-commit/pre-commit
/ store
Function
store
tests/conftest.py:201–202 ·
view source on GitHub ↗
(tempdir_factory)
Source
from the content-addressed store, hash-verified
199
200
@pytest.fixture
201
def
store(tempdir_factory):
202
yield
Store(os.path.join(tempdir_factory.get(),
'.pre-commit'
))
203
204
205
class
Fixture:
Callers
nothing calls this directly
Calls
2
Store
Class · 0.90
get
Method · 0.45
Tested by
no test coverage detected