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

Method resolveDownload

packages/agent-core/src/services/fs/fs.ts:94–94  ·  view source on GitHub ↗
(
    sessionId: string,
    relPath: string,
  )

Source from the content-addressed store, hash-verified

92 mkdir(sessionId: string, req: FsMkdirRequest): Promise<FsEntry>;
93
94 resolveDownload(
95 sessionId: string,
96 relPath: string,
97 ): Promise<FsDownloadResolved>;

Callers 1

downloadHandlerFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected