Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HelloZeroNet/ZeroNet
/ dbCloseAll
Function
dbCloseAll
src/Db/Db.py:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
42
43
def
dbCloseAll():
44
for
db in opened_dbs[:]:
45
db.close()
46
47
gevent.spawn(dbCleanup)
48
gevent.spawn(dbCommitCheck)
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected