MCPcopy
hub / github.com/coder/mux / createClient

Function createClient

src/common/orpc/client.ts:6–8  ·  view source on GitHub ↗
(link: ClientLink<ClientContext>)

Source from the content-addressed store, hash-verified

4import type { RouterClient } from "@orpc/server";
5
6export function createClient(link: ClientLink<ClientContext>): RouterClient<AppRouter> {
7 return createORPCClient(link);
8}

Callers 5

createElectronClientFunction · 0.90
createBrowserClientFunction · 0.90
AppFunction · 0.90
createApiClientFunction · 0.90
createMobileORPCClientFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected