MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / mkdtemp

Function mkdtemp

packages/plugins/apps/src/source/app-source.test.ts:578–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

576});
577
578const mkdtemp = (): Promise<string> =>
579 import("node:fs/promises").then(({ mkdtemp }) => mkdtemp(join(tmpdir(), "apps-src-")));

Callers 12

schema.test.tsFile · 0.85
withTempCacheFunction · 0.85
localAppDirFunction · 0.85
app-source.test.tsFile · 0.85
index.test.tsFile · 0.85
mainFunction · 0.85
mainFunction · 0.85
smokeTestPackageFunction · 0.85
runSmokeFunction · 0.85
generate.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected