Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
waitForWSEndpoint
Function · 0.85
onDone
Function · 0.85
onLine
Function · 0.85
jasmine.js
File · 0.85
popTo
Method · 0.85
~Handle
Method · 0.85
~SwiftFutureHolder
Method · 0.85
Calls
2
dispose
Method · 0.65
removeListener
Method · 0.65
Tested by
no test coverage detected