MCPcopy
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_eventsFunction · 0.95
create_appFunction · 0.95
getFreePortFunction · 0.45
migrateFunction · 0.45
mainFunction · 0.45
_slow_readerFunction · 0.45
checkFunction · 0.45
show_statsFunction · 0.45
close_request_storeFunction · 0.45
css_defaultDisplayFunction · 0.45
storeFunction · 0.45
storeFunction · 0.45

Calls

no outgoing calls