MCPcopy Create free account
hub / github.com/Snapchat/Valdi / cleanup

Function cleanup

valdi/vscode_debugger/src/targets/browser/spawn/browserProcess.ts:220–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 }
219
220 function cleanup() {
221 timeout.dispose();
222 rl.removeListener('line', onLine);
223 rl.removeListener('close', onClose);
224 disposable.dispose();
225 }
226 });
227}

Callers 7

waitForWSEndpointFunction · 0.85
onDoneFunction · 0.85
onLineFunction · 0.85
jasmine.jsFile · 0.85
popToMethod · 0.85
~HandleMethod · 0.85
~SwiftFutureHolderMethod · 0.85

Calls 2

disposeMethod · 0.65
removeListenerMethod · 0.65

Tested by

no test coverage detected