MCPcopy
hub / github.com/CopilotKit/CopilotKit / close

Method close

packages/sqlite-runner/src/sqlite-runner.ts:512–516  ·  view source on GitHub ↗

* Close the database connection (for cleanup)

()

Source from the content-addressed store, hash-verified

510 * Close the database connection (for cleanup)
511 */
512 close(): void {
513 if (this.db) {
514 this.db.close();
515 }
516 }
517}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected