MCPcopy Create free account
hub / github.com/MagicCube/agentara / close

Method close

src/data/data-connection.ts:57–60  ·  view source on GitHub ↗

* Close the database connection.

()

Source from the content-addressed store, hash-verified

55 * Close the database connection.
56 */
57 close(): void {
58 this._sqlite.close();
59 this._logger.info("database closed");
60 }
61}

Callers 1

stopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected