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

Method dispose

valdi/vscode_debugger/src/binder.ts:324–329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

322 }
323
324 dispose() {
325 for (const disposable of this._disposables) disposable.dispose();
326 this._disposables = [];
327 disposeContainer(this._rootServices);
328 this._detachOrphanThreads([]);
329 }
330
331 targetList(): ITarget[] {
332 const result: ITarget[] = [];

Callers

nothing calls this directly

Calls 3

_detachOrphanThreadsMethod · 0.95
disposeContainerFunction · 0.90
disposeMethod · 0.65

Tested by

no test coverage detected