Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
export
type
OrpcTestClient = RouterClient<AppRouter>;
6
7
export
function
createOrpcTestClient(context: ORPCContext): OrpcTestClient {
8
return
createRouterClient(router(), { context });
9
}
Callers
1
createTestEnvironment
Function · 0.90
Calls
1
router
Function · 0.90
Tested by
no test coverage detected