MCPcopy Create free account
hub / github.com/Effect-TS/effect / isReply

Function isReply

packages/effect/src/unstable/cluster/Reply.ts:40–40  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

38 * @since 4.0.0
39 */
40export const isReply = (u: unknown): u is Reply<Rpc.Any> => hasProperty(u, TypeId)
41
42/**
43 * Runtime reply sent for an RPC request, either as a final exit or a chunk of a

Callers 4

ChunkClass · 0.85
schemaFromMethod · 0.85
isMethod · 0.85
schemaFromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected