MCPcopy
hub / github.com/Effect-TS/effect / RequestId

Function RequestId

packages/rpc/src/RpcMessage.ts:46–47  ·  view source on GitHub ↗
(id: bigint | string)

Source from the content-addressed store, hash-verified

44 * @category request
45 */
46export const RequestId = (id: bigint | string): RequestId =>
47 typeof id === "bigint" ? id as RequestId : BigInt(id) as RequestId
48
49/**
50 * @since 1.0.0

Callers 7

Sharding.tsFile · 0.90
makeClientRespondFunction · 0.90
onFromServerFunction · 0.90
entityManager.tsFile · 0.90
sendLocalFunction · 0.90
RpcServer.tsFile · 0.85
RpcClient.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected