MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / close

Method close

lib/interfaces/database.ts:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 public close() {
102 this.disconnectFromPostgres();
103 }
104
105 public async query<T>(sql: string, args?: any[]) {
106 if (!this.db) {

Callers 2

postFunction · 0.80
requireXml2jsFunction · 0.80

Calls 1

Tested by

no test coverage detected