MCPcopy 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
201def store(tempdir_factory):
202 yield Store(os.path.join(tempdir_factory.get(), '.pre-commit'))
203
204
205class Fixture:

Callers

nothing calls this directly

Calls 2

StoreClass · 0.90
getMethod · 0.45

Tested by

no test coverage detected