MCPcopy 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 */
142export const getSocketName = (port: number) => `.s.PGSQL.${port}`;

Callers 2

#openSocketConnectionMethod · 0.90
connection_test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected