Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
578
const
mkdtemp = (): Promise<string> =>
579
import
(
"node:fs/promises"
).then(({ mkdtemp }) => mkdtemp(join(tmpdir(),
"apps-src-"
)));
Callers
12
schema.test.ts
File · 0.85
withTempCache
Function · 0.85
localAppDir
Function · 0.85
app-source.test.ts
File · 0.85
index.test.ts
File · 0.85
main
Function · 0.85
main
Function · 0.85
smokeTestPackage
Function · 0.85
smoke-docs-install.ts
File · 0.85
runSmoke
Function · 0.85
release-bootstrap-smoke.test.ts
File · 0.85
generate.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected