MCPcopy
hub / github.com/srixivas/PcapXray / close

Method close

Source/Module/sqlite_store.py:155–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

153 return []
154
155 def close(self) -> None:
156 if self._con is not None:
157 try:
158 self._con.close()
159 except Exception as exc:
160 log.warning("SqliteStore.close: %s", exc)
161 finally:
162 self._con = None

Callers 4

_closeFunction · 0.80
_open_storeMethod · 0.80
streamMethod · 0.80

Calls

no outgoing calls

Tested by 1