Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/devcontainers/cli
/ dispose
Function
dispose
src/spec-node/featuresCLI/info.ts:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}: FeaturesInfoArgs) {
40
const
disposables: (() => Promise<unknown> | undefined)[] = [];
41
const
dispose =
async
() => {
42
await
Promise.all(disposables.map(d => d()));
43
};
44
45
const
pkg = getPackageConfig();
46
Callers
1
featuresInfo
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected