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

Method close

backend/store.py:404–406  ·  view source on GitHub ↗

关闭数据库连接。

(self)

Source from the content-addressed store, hash-verified

402 }
403
404 def close(self) -> None:
405 """关闭数据库连接。"""
406 self._conn.close()

Callers 3

storeFunction · 0.95
beforeUnmountFunction · 0.45
initSSEFunction · 0.45

Calls

no outgoing calls

Tested by 1

storeFunction · 0.76