MCPcopy Create free account
hub / github.com/idank/explainshell / _create_empty_store_file

Function _create_empty_store_file

tests/test_web_views.py:24–26  ·  view source on GitHub ↗
(db_path: Path)

Source from the content-addressed store, hash-verified

22
23
24def _create_empty_store_file(db_path: Path) -> None:
25 store = Store.create(str(db_path))
26 store.close()
27
28
29def test_get_store_uses_per_request_store_in_debug(tmp_path: Path) -> None:

Calls 2

createMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected