()
| 133 | * if the server has not been started. |
| 134 | */ |
| 135 | export function getUdsMessagingSocketPath(): string | undefined { |
| 136 | return socketPath ?? undefined |
| 137 | } |
| 138 | |
| 139 | export function formatUdsAddress(socket: string): string { |
| 140 | return `uds:${socket}` |
no outgoing calls
no test coverage detected