MCPcopy
hub / github.com/CopilotKit/CopilotKit / tmpdir

Function tmpdir

showcase/scripts/lib/__tests__/manifest.test.ts:52–54  ·  view source on GitHub ↗
(prefix = "lib-manifest-")

Source from the content-addressed store, hash-verified

50const cannotEnforceEacces = isRoot || !chmodEnforced;
51
52function tmpdir(prefix = "lib-manifest-"): string {
53 return fs.mkdtempSync(path.join(os.tmpdir(), prefix));
54}
55
56function write(file: string, body: string): void {
57 fs.mkdirSync(path.dirname(file), { recursive: true });

Calls 1

joinMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…