MCPcopy
hub / github.com/eveningkid/denodb / close

Method close

lib/database.ts:304–306  ·  view source on GitHub ↗

Close the current database connection.

()

Source from the content-addressed store, hash-verified

302
303 /** Close the current database connection. */
304 close() {
305 return this.getConnector().close();
306 }
307}

Callers

nothing calls this directly

Calls 2

getConnectorMethod · 0.95
closeMethod · 0.65

Tested by

no test coverage detected