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

Method sessionUpdate

packages/acp-adapter/test/cancel.test.ts:26–28  ·  view source on GitHub ↗
(_n: SessionNotification)

Source from the content-addressed store, hash-verified

24 throw new Error('StubClient.requestPermission should not be called in cancel test');
25 }
26 async sessionUpdate(_n: SessionNotification): Promise<void> {
27 throw new Error('StubClient.sessionUpdate should not be called in cancel test');
28 }
29 async writeTextFile(_p: WriteTextFileRequest): Promise<WriteTextFileResponse> {
30 throw new Error('StubClient.writeTextFile should not be called in cancel test');
31 }

Callers 7

replayMessageMethod · 0.45
runTurnBodyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected