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