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

Method readTextFile

packages/acp-adapter/test/cancel.test.ts:32–34  ·  view source on GitHub ↗
(_p: ReadTextFileRequest)

Source from the content-addressed store, hash-verified

30 throw new Error('StubClient.writeTextFile should not be called in cancel test');
31 }
32 async readTextFile(_p: ReadTextFileRequest): Promise<ReadTextFileResponse> {
33 throw new Error('StubClient.readTextFile should not be called in cancel test');
34 }
35}
36
37function makeInMemoryStreamPair(): {

Callers 2

readTextMethod · 0.45
checkTomlFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected