MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / close

Method close

src/db/index.ts:233–235  ·  view source on GitHub ↗

* Close the database connection

()

Source from the content-addressed store, hash-verified

231 * Close the database connection
232 */
233 close(): void {
234 this.db.close();
235 }
236
237 /**
238 * Check if the database connection is open

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected