MCPcopy
hub / github.com/aiming-lab/MetaClaw / close

Method close

metaclaw/memory/store.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 pass
52
53 def close(self) -> None:
54 self.conn.close()
55
56 def get_db_size(self) -> dict:
57 """Get database file size and page statistics."""

Calls

no outgoing calls