MCPcopy Create free account
hub / github.com/awslabs/llrt / rmTmpDir

Function rmTmpDir

build.mjs:613–618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

611 build.onResolve({ filter: /^process\/$/ }, () => {
612 return { path: "process", external: true };
613 });
614 },
615};
616
617async function rmTmpDir() {
618 await fs.rm(TMP_DIR, {
619 recursive: true,
620 force: true,
621 });

Callers 2

createOutputDirectoriesFunction · 0.85
build.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected