MCPcopy 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

handleOpenFunction · 0.65
handleRevealFunction · 0.65
handleOpenInFunction · 0.65

Implementers 1

FsServicepackages/agent-core/src/services/fs/fs

Calls

no outgoing calls

Tested by

no test coverage detected