MCPcopy
hub / github.com/idank/explainshell / store

Function store

tests/test_db_check.py:38–41  ·  view source on GitHub ↗
(db_path)

Source from the content-addressed store, hash-verified

36
37@pytest.fixture
38def store(db_path):
39 s = Store.create(db_path)
40 yield s
41 s.close()
42
43
44class TestCheck:

Callers

nothing calls this directly

Calls 2

createMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected