Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denodrivers/postgres
/ getSocketName
Function
getSocketName
utils/utils.ts:142–142 ·
view source on GitHub ↗
(port: number)
Source
from the content-addressed store, hash-verified
140
* unix_socket_directories
141
*/
142
export
const
getSocketName = (port: number) => `.s.PGSQL.${port}`;
Callers
2
#openSocketConnection
Method · 0.90
connection_test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected