MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / createTempRootDir

Function createTempRootDir

tests/runtime-config.test.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12import { getRuntimeConfigSignature } from "../src/runtime/adapters/web.js";
13
14function createTempRootDir(): string {
15 return fs.mkdtempSync(path.join(os.tmpdir(), "skillpack-config-"));
16}
17
18function withEnv<T>(
19 overrides: Record<string, string | undefined>,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected