()
| 100 | * Returns null if not yet initialized. |
| 101 | */ |
| 102 | export function getClaudeSocketPath(): string | null { |
| 103 | return socketPath |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Sets socket info after initialization. |
nothing calls this directly
no outgoing calls
no test coverage detected