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

Method close

lib/connectors/sqlite3-connector.ts:118–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 close() {
119 if (!this._connected) {
120 return Promise.resolve();
121 }
122
123 this._client.close();
124 this._connected = false;
125 return Promise.resolve();
126 }
127}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected