()
| 527 | } |
| 528 | |
| 529 | export function getDirectConnectServerUrl(): string | undefined { |
| 530 | return STATE.directConnectServerUrl |
| 531 | } |
| 532 | |
| 533 | export function setDirectConnectServerUrl(url: string): void { |
| 534 | STATE.directConnectServerUrl = url |
no outgoing calls
no test coverage detected