Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IIIIQIIII/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
5
logMCPDebug
Function · 0.85
sleep
Function · 0.85
resolve
Function · 0.70
close
Method · 0.45
kill
Method · 0.45
Tested by
no test coverage detected