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

Method code

packages/server/src/routes/fs.ts:74–74  ·  view source on GitHub ↗
(status: number)

Source from the content-addressed store, hash-verified

72 type(mime: string): FsDownloadReply;
73 header(name: string, value: string | number): FsDownloadReply;
74 code(status: number): FsDownloadReply;
75 send(payload: unknown): unknown;
76}
77

Callers 1

downloadHandlerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected