Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected