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

Method close

lib/connectors/mysql-connector.ts:92–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 async close() {
93 if (!this._connected) {
94 return;
95 }
96
97 await this._client.close();
98 this._connected = false;
99 }
100}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected