Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ cleanup
Function
cleanup
src/services/mcp/client.ts:532–535 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
530
}
531
532
const
cleanup = () => {
533
clearTimeout(timer)
534
parentSignal?.removeEventListener(
'abort'
, abort)
535
}
536
537
try {
538
const
response =
await
baseFetch(url, {
Callers
2
wrapFetchWithTimeout
Function · 0.70
wrappedCleanup
Function · 0.70
Calls
6
logMCPDebug
Function · 0.85
off
Method · 0.80
resolve
Function · 0.70
sleep
Function · 0.50
close
Method · 0.45
kill
Method · 0.45
Tested by
no test coverage detected