MCPcopy
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

wrapFetchWithTimeoutFunction · 0.70
wrappedCleanupFunction · 0.70

Calls 6

logMCPDebugFunction · 0.85
offMethod · 0.80
resolveFunction · 0.70
sleepFunction · 0.50
closeMethod · 0.45
killMethod · 0.45

Tested by

no test coverage detected