Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ mkdir
Method
mkdir
packages/agent-core/src/services/fs/fs.ts:92–92 ·
view source on GitHub ↗
(sessionId: string, req: FsMkdirRequest)
Source
from the content-addressed store, hash-verified
90
): Promise<FsStatManyResponse>;
91
92
mkdir(sessionId: string, req: FsMkdirRequest): Promise<FsEntry>;
93
94
resolveDownload(
95
sessionId: string,
Callers
12
touch
Function · 0.65
ensureParentDirectory
Method · 0.65
write
Method · 0.65
createOrTouch
Method · 0.65
writeRegistry
Method · 0.65
loadIndex
Method · 0.65
writeIndex
Method · 0.65
mkdir
Method · 0.65
ensurePlanDirectory
Method · 0.65
appendWorkspaceAdditionalDir
Function · 0.65
kaos-acp.test.ts
File · 0.65
mkdir
Method · 0.65
Implementers
1
FsService
packages/agent-core/src/services/fs/fs
Calls
no outgoing calls
Tested by
1
touch
Function · 0.52