MCPcopy
hub / github.com/codeaashu/claude-code / setClaudeSocketInfo

Function setClaudeSocketInfo

src/utils/tmuxSocket.ts:110–113  ·  view source on GitHub ↗
(path: string, pid: number)

Source from the content-addressed store, hash-verified

108 * Called after the tmux session is created.
109 */
110export function setClaudeSocketInfo(path: string, pid: number): void {
111 socketPath = path
112 serverPid = pid
113}
114
115/**
116 * Returns whether the socket has been initialized.

Callers 1

doInitializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected