MCPcopy
hub / github.com/electric-sql/pglite / close

Function close

packages/pglite-sync/src/index.ts:492–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

490 }
491
492 const close = async () => {
493 for (const { stream, aborter } of streams) {
494 stream.unsubscribeAll()
495 aborter.abort()
496 }
497 }
498
499 return {
500 namespaceObj,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected