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

Method code

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

Source from the content-addressed store, hash-verified

67 type(mime: string): FilesReply;
68 header(name: string, value: string | number): FilesReply;
69 code(status: number): FilesReply;
70 send(payload: unknown): unknown;
71}
72

Callers 8

renderInlineTokensMethod · 0.65
createOriginHookFunction · 0.65
createAuthHookFunction · 0.65
onRequestFunction · 0.65
registerFilesRoutesFunction · 0.65
sendMappedErrorFunction · 0.65
serveWebAssetFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected