MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getClaudeSocketPath

Function getClaudeSocketPath

src/utils/tmuxSocket.ts:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 * Returns null if not yet initialized.
101 */
102export function getClaudeSocketPath(): string | null {
103 return socketPath
104}
105
106/**
107 * Sets socket info after initialization.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected