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

Function makeTempDir

packages/node-sdk/test/config.test.ts:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28});
29
30async function makeTempDir(): Promise<string> {
31 const dir = await mkdtemp(join(tmpdir(), 'kimi-sdk-config-'));
32 tempDirs.push(dir);
33 return dir;
34}
35
36const COMPLETE_TOML = `
37default_model = "kimi-for-coding"

Callers 1

config.test.tsFile · 0.70

Calls 2

mkdtempFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected