MCPcopy Index your code
hub / github.com/idank/explainshell / _conn

Method _conn

explainshell/caching_store.py:120–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118
119 @property
120 def _conn(self) -> sqlite3.Connection:
121 # Inherited read-only Store methods use ``self._conn``. Route them
122 # through the current thread's underlying Store connection.
123 return self._store()._conn
124
125 def _store(self) -> Store:
126 if self._closed:

Callers

nothing calls this directly

Calls 1

_storeMethod · 0.95

Tested by

no test coverage detected