MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getUdsMessagingSocketPath

Function getUdsMessagingSocketPath

src/utils/udsMessaging.ts:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

sendToUdsSocketFunction · 0.85
callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected