MCPcopy Index your code
hub / github.com/devcontainers/cli / dispose

Function dispose

src/spec-node/featuresCLI/package.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}: FeaturesPackageArgs) {
27 const disposables: (() => Promise<unknown> | undefined)[] = [];
28 const dispose = async () => {
29 await Promise.all(disposables.map(d => d()));
30 };
31
32 const pkg = getPackageConfig();
33

Callers 1

featuresPackageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected