Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ resolvePath
Method
resolvePath
packages/agent-core/src/services/fs/fs.ts:99–99 ·
view source on GitHub ↗
( sessionId: string, relPath: string, )
Source
from the content-addressed store, hash-verified
97
): Promise<FsDownloadResolved>;
98
99
resolvePath(
100
sessionId: string,
101
relPath: string,
102
): Promise<FsPathResolved>;
Callers
3
handleOpen
Function · 0.65
handleReveal
Function · 0.65
handleOpenIn
Function · 0.65
Implementers
1
FsService
packages/agent-core/src/services/fs/fs
Calls
no outgoing calls
Tested by
no test coverage detected