()
| 533 | } |
| 534 | |
| 535 | export function getDirectConnectServerUrl(): string | undefined { |
| 536 | return STATE.directConnectServerUrl |
| 537 | } |
| 538 | |
| 539 | export function setDirectConnectServerUrl(url: string): void { |
| 540 | STATE.directConnectServerUrl = url |
no outgoing calls
no test coverage detected