Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_close_allows_reconnect
Function · 0.95
_close
Function · 0.80
_open_store
Method · 0.80
stream
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_close_allows_reconnect
Function · 0.76