Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
def
_create_empty_store_file(db_path: Path) -> None:
25
store = Store.create(str(db_path))
26
store.close()
27
28
29
def
test_get_store_uses_per_request_store_in_debug(tmp_path: Path) -> None:
Callers
2
test_get_store_uses_per_request_store_in_debug
Function · 0.85
test_get_store_uses_app_scoped_cache_when_debug_disabled
Function · 0.85
Calls
2
create
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected