MCPcopy Create free account
hub / github.com/devcontainers/cli / dispose

Function dispose

src/spec-node/featuresCLI/test.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}: FeaturesTestArgs) {
90 const disposables: (() => Promise<unknown> | undefined)[] = [];
91 const dispose = async () => {
92 await Promise.all(disposables.map(d => d()));
93 };
94
95 const cwd = process.cwd();
96 const cliHost = await getCLIHost(cwd, loadNativeModule, true);

Callers 1

featuresTestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected