Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/idank/explainshell
/ close
Method
close
explainshell/store.py:134–137 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
132
return
s
133
134
def
close(self) -> None:
135
if
self._conn:
136
self._conn.close()
137
self._conn = None
138
139
def
drop(self, confirm: bool = False) -> None:
140
if
not confirm:
Callers
15
show_events
Function · 0.95
create_app
Function · 0.95
getFreePort
Function · 0.45
migrate
Function · 0.45
main
Function · 0.45
_slow_reader
Function · 0.45
check
Function · 0.45
show_stats
Function · 0.45
close_request_store
Function · 0.45
css_defaultDisplay
Function · 0.45
store
Function · 0.45
store
Function · 0.45
Calls
no outgoing calls
Tested by
15
_slow_reader
Function · 0.36
store
Function · 0.36
store
Function · 0.36
make
Function · 0.36
_temp_db
Function · 0.36
test_dry_run_classifies_without_extracting
Method · 0.36
test_dry_run_reports_already_stored
Method · 0.36
test_reason_required_for_bulk_extraction
Method · 0.36
test_reason_gate_skipped_for_dry_run
Method · 0.36
test_reason_gate_skipped_under_threshold
Method · 0.36
test_symlink_already_mapped_at_score_10
Method · 0.36
test_symlink_upgrades_lexgrog_alias_score
Method · 0.36