MCPcopy
hub / github.com/tirth8205/code-review-graph / close

Method close

code_review_graph/graph.py:184–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 self._nxg_cache = None
183
184 def close(self) -> None:
185 self._conn.close()
186
187 # --- Write operations ---
188

Calls

no outgoing calls