MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getAllServers

Function getAllServers

src/services/lsp/LSPServerManager.ts:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected