MCPcopy
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
43def dbCloseAll():
44 for db in opened_dbs[:]:
45 db.close()
46
47gevent.spawn(dbCleanup)
48gevent.spawn(dbCommitCheck)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected