MCPcopy Create free account
hub / github.com/NobleMajo/al-sql / close

Method close

src/pg.ts:496–500  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

494 }
495
496 close(): Promise<void> {
497 return this.client.end().then(() => {
498 this.connected = false
499 })
500 }
501}

Callers

nothing calls this directly

Calls 1

endMethod · 0.80

Tested by

no test coverage detected