(id: string)
| 86 | return listServerBundles(); |
| 87 | }, |
| 88 | getForServer(id: string): LspServerBundle | null { |
| 89 | return getServerBundle(id); |
| 90 | }, |
| 91 | unregister(id: string): boolean { |
| 92 | return unregisterServerBundle(id); |
| 93 | }, |
nothing calls this directly
no test coverage detected