()
| 51 | } |
| 52 | |
| 53 | export function getCustomServers(): CustomServer[] { |
| 54 | return ModelManager.getInstance().getCustomServers(); |
| 55 | } |
| 56 | |
| 57 | export function addCustomServer(address: string): CustomServer[] { |
| 58 | return ModelManager.getInstance().addCustomServer(address); |
no test coverage detected