MCPcopy Create free account
hub / github.com/Tong89/smartNode / close

Method close

backend/persistence/db.py:106–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 return cur.rowcount
105
106 def close(self):
107 self._conn.close()

Calls

no outgoing calls