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

Method fail

packages/agent-core/test/rpc/create-rpc.test.ts:13–13  ·  view source on GitHub ↗
(request: { code: string })

Source from the content-addressed store, hash-verified

11 emitEvent(event: { type: string; payload: { value: number } }): void;
12 requestApproval(request: { requestId: string; toolName: string }): Promise<{ decision: string }>;
13 fail(request: { code: string }): Promise<void>;
14}
15
16describe('createRPC', () => {

Callers 1

create-rpc.test.tsFile · 0.65

Implementers 1

HostImplpackages/agent-core/test/rpc/create-rp

Calls

no outgoing calls

Tested by

no test coverage detected