MCPcopy Create free account
hub / github.com/clawbot7/cli-gateway /

Class

test/bindingRuntime.misc.test.ts:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21} from '../src/acp/jsonrpc.js';
22
23class NoopRpc implements StdioProcess {
24 private handlers: Array<(m: JsonRpcMessage) => void> = [];
25 written: JsonRpcMessage[] = [];
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected