Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ cleanup
Function
cleanup
src/services/mcp/client.ts:544–547 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
542
}
543
544
const
cleanup = () => {
545
clearTimeout(timer)
546
parentSignal?.removeEventListener(
'abort'
, abort)
547
}
548
549
try {
550
const
response =
await
baseFetch(url, {
Callers
2
wrapFetchWithTimeout
Function · 0.70
wrappedCleanup
Function · 0.70
Calls
5
logMCPDebug
Function · 0.85
resolve
Function · 0.70
sleep
Function · 0.50
close
Method · 0.45
kill
Method · 0.45
Tested by
no test coverage detected