Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
disposeContainer
Function · 0.90
dispose
Method · 0.65
Tested by
no test coverage detected