MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / call

Function call

__tests__/explore-session-state.test.ts:456–459  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

454 expect(sessionA.getExploreSessionState()).not.toBe(sessionB.getExploreSessionState());
455
456 const call = (id: number): JsonRpcRequest => ({
457 jsonrpc: '2.0', id, method: 'tools/call',
458 params: { name: 'codegraph_explore', arguments: { query: 'q' } },
459 });
460 await transportA.deliver(call(1));
461 await transportA.deliver(call(2));
462 await transportB.deliver(call(3));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected