MCPcopy Create free account
hub / github.com/effect-app/libs / RequestId

Function RequestId

repos/effect/packages/effect/src/unstable/rpc/RpcMessage.ts:51–52  ·  view source on GitHub ↗
(id: bigint | string)

Source from the content-addressed store, hash-verified

49 * @since 4.0.0
50 */
51export const RequestId = (id: string | number): RequestId => id as RequestId
52
53/**
54 * The transport-encoded RPC request envelope, including the string request id,
55 * RPC tag, encoded payload, headers, and optional trace context.

Callers 8

Rpc.test.tsFile · 0.90
RpcServer.tsFile · 0.90
RpcClient.tsFile · 0.90
Sharding.tsFile · 0.90
makeClientRespondFunction · 0.90
onFromServerFunction · 0.90
entityManager.tsFile · 0.90
sendLocalFunction · 0.90

Calls 1

BigIntInterface · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…