()
| 372 | } |
| 373 | |
| 374 | private saveCustomServersToStorage(): void { |
| 375 | localStorage.setItem(CUSTOM_SERVERS_KEY, JSON.stringify(this.customServers)); |
| 376 | } |
| 377 | |
| 378 | public getCustomServers(): CustomServer[] { |
| 379 | return [...this.customServers]; |
no outgoing calls
no test coverage detected