Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ disposeContainer
Function
disposeContainer
valdi/vscode_debugger/src/ioc-extras.ts:113–115 ·
view source on GitHub ↗
(container: interfaces.Container)
Source
from the content-addressed store, hash-verified
111
* Disposes all disposable services in the given container.
112
*/
113
export
const
disposeContainer = (container: interfaces.Container) => {
114
toDispose.get(container)?.forEach(d => d.dispose());
115
};
Callers
2
dispose
Method · 0.90
dispose
Method · 0.90
Calls
3
forEach
Method · 0.65
get
Method · 0.65
dispose
Method · 0.65
Tested by
no test coverage detected