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

Method read

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

Source from the content-addressed store, hash-verified

78
79 list(sessionId: string, req: FsListRequest): Promise<FsListResponse>;
80 read(sessionId: string, req: FsReadRequest): Promise<FsReadResponse>;
81
82 listMany(
83 sessionId: string,

Callers 15

readSseDataFunction · 0.65
turn.test.tsFile · 0.65
resume.test.tsFile · 0.65
readFileRangeFunction · 0.65
clientInformationMethod · 0.65
tokensMethod · 0.65
discoveryStateMethod · 0.65
internal.test.tsFile · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected