()
| 46 | // =========================================================================== |
| 47 | |
| 48 | export function loadCustomServers(): CustomServer[] { |
| 49 | // Custom servers are loaded on ModelManager construction |
| 50 | return ModelManager.getInstance().getCustomServers(); |
| 51 | } |
| 52 | |
| 53 | export function getCustomServers(): CustomServer[] { |
| 54 | return ModelManager.getInstance().getCustomServers(); |
no test coverage detected