Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ lastError
Function
lastError
src/services/lsp/LSPServerInstance.ts:478–480 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
476
return
startTime
477
},
478
get lastError() {
479
return
lastError
480
},
481
get restartCount() {
482
return
restartCount
483
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected