()
| 376 | } |
| 377 | |
| 378 | public getCustomServers(): CustomServer[] { |
| 379 | return [...this.customServers]; |
| 380 | } |
| 381 | |
| 382 | public addCustomServer(address: string): CustomServer[] { |
| 383 | const normalizedAddress = address.trim(); |
no outgoing calls
no test coverage detected