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

Method tmpdir

src/spec-common/cliHost.ts:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 path: typeof path.posix | typeof path.win32;
29 homedir(): Promise<string>;
30 tmpdir(): Promise<string>;
31 isFile(filepath: string): Promise<boolean>;
32 isFolder(filepath: string): Promise<boolean>;
33 readFile(filepath: string): Promise<Buffer>;

Callers 15

fetchTemplateFunction · 0.80
getOCIFeatureMetadataFunction · 0.80
getTgzFeatureMetadataFunction · 0.80
findOCIFeatureMetadataFunction · 0.80
cli.build.test.tsFile · 0.80
describeTests2Function · 0.80
cli.test.tsFile · 0.80
cli.up.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected