Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
function
makeTempDir(): string {
37
return
mkdtempSync(join(tmpdir(),
'kimi-src-'
));
38
}
39
40
type
TextPart = {
type
:
'text'
; text: string };
41
Callers
1
image-placeholder.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected