MCPcopy
hub / github.com/microsoft/vscode-js-debug / dispose

Method dispose

src/adapter/debugAdapter.ts:660–663  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

658 }
659
660 dispose() {
661 this._disposables.dispose();
662 disposeContainer(this._services);
663 }
664}

Callers

nothing calls this directly

Calls 2

disposeContainerFunction · 0.90
disposeMethod · 0.65

Tested by

no test coverage detected