()
| 264 | |
| 265 | // Return public interface |
| 266 | function getAllServers(): Map<string, LSPServerInstance> { |
| 267 | return servers |
| 268 | } |
| 269 | |
| 270 | async function openFile(filePath: string, content: string): Promise<void> { |
| 271 | const server = await ensureServerStarted(filePath) |
nothing calls this directly
no outgoing calls
no test coverage detected