(cwd: string)
| 529 | } |
| 530 | |
| 531 | export function setCwdState(cwd: string): void { |
| 532 | STATE.cwd = cwd.normalize('NFC') |
| 533 | } |
| 534 | |
| 535 | export function getDirectConnectServerUrl(): string | undefined { |
| 536 | return STATE.directConnectServerUrl |
no outgoing calls
no test coverage detected