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

Function cleanup

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

Source from the content-addressed store, hash-verified

123 reject(error)
124 }
125 const cleanup = (): void => {
126 spawnedProcess.removeListener('spawn', onSpawn)
127 spawnedProcess.removeListener('error', onError)
128 }
129 spawnedProcess.once('spawn', onSpawn)
130 spawnedProcess.once('error', onError)
131 })

Callers 2

onSpawnFunction · 0.70
onErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected