MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / cleanup

Function cleanup

packages/node-core/src/proxy/parse-proxy-response.ts:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 function cleanup() {
61 socket.removeListener('end', onend);
62 socket.removeListener('error', onerror);
63 socket.removeListener('readable', read);
64 }
65
66 function onend() {
67 cleanup();

Callers 5

onIdleSpanEndedFunction · 0.85
sendFeedbackFunction · 0.85
onendFunction · 0.85
onerrorFunction · 0.85
ondataFunction · 0.85

Calls 1

removeListenerMethod · 0.65

Tested by

no test coverage detected