MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / makeTempDir

Function makeTempDir

apps/kimi-code/test/tui/input/image-placeholder.test.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36function makeTempDir(): string {
37 return mkdtempSync(join(tmpdir(), 'kimi-src-'));
38}
39
40type TextPart = { type: 'text'; text: string };
41

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected