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

Method send

packages/server/src/routes/fs.ts:75–75  ·  view source on GitHub ↗
(payload: unknown)

Source from the content-addressed store, hash-verified

73 header(name: string, value: string | number): FsDownloadReply;
74 code(status: number): FsDownloadReply;
75 send(payload: unknown): unknown;
76}
77
78const sessionIdAndTailParamSchema = z.object({

Callers 15

registerFsRoutesFunction · 0.65
downloadHandlerFunction · 0.65
handleListFunction · 0.65
handleReadFunction · 0.65
handleListManyFunction · 0.65
handleStatFunction · 0.65
handleStatManyFunction · 0.65
handleMkdirFunction · 0.65
handleSearchFunction · 0.65
handleGrepFunction · 0.65
handleGitStatusFunction · 0.65
handleDiffFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected