MCPcopy Index your code
hub / github.com/coder/mux / createOrpcTestClient

Function createOrpcTestClient

tests/ipc/orpcTestClient.ts:7–9  ·  view source on GitHub ↗
(context: ORPCContext)

Source from the content-addressed store, hash-verified

5export type OrpcTestClient = RouterClient<AppRouter>;
6
7export function createOrpcTestClient(context: ORPCContext): OrpcTestClient {
8 return createRouterClient(router(), { context });
9}

Callers 1

createTestEnvironmentFunction · 0.90

Calls 1

routerFunction · 0.90

Tested by

no test coverage detected