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

Method type

packages/server/src/routes/files.ts:67–67  ·  view source on GitHub ↗
(mime: string)

Source from the content-addressed store, hash-verified

65
66interface FilesReply {
67 type(mime: string): FilesReply;
68 header(name: string, value: string | number): FilesReply;
69 code(status: number): FilesReply;
70 send(payload: unknown): unknown;

Callers 3

startServerFunction · 0.65
registerFilesRoutesFunction · 0.65
serveWebAssetFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected