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

Method getServerConn

packages/pglite-socket/src/index.ts:413–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411 }
412
413 public getServerConn(): string {
414 if (this.path) return this.path
415 return `${this.host}:${this.port}`
416 }
417
418 /**
419 * Stop the socket server

Callers 1

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected