MCPcopy Index your code
hub / github.com/codeaashu/claude-code / checkStartFailed

Function checkStartFailed

src/services/lsp/LSPClient.ts:73–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }> = []
72
73 function checkStartFailed(): void {
74 if (startFailed) {
75 throw startError || new Error(`LSP server ${serverName} failed to start`)
76 }
77 }
78
79 return {
80 get capabilities(): ServerCapabilities | undefined {

Callers 5

initializeFunction · 0.85
sendRequestFunction · 0.85
sendNotificationFunction · 0.85
onNotificationFunction · 0.85
onRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected