(stateDir: string)
| 191 | } |
| 192 | |
| 193 | function activeConnectionStatePath(stateDir: string): string { |
| 194 | return path.join(stateDir, 'remote-connections', '.active-session.json'); |
| 195 | } |
| 196 | |
| 197 | export function readActiveConnectionState(options: { |
| 198 | stateDir: string; |
no outgoing calls
no test coverage detected