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

Function envelopeId

packages/infra/src/ClusterCosmos.ts:163–163  ·  view source on GitHub ↗
(envelope: Envelope.Encoded)

Source from the content-addressed store, hash-verified

161 })
162
163const envelopeId = (envelope: Envelope.Encoded) => envelope._tag === "Request" ? envelope.requestId : envelope.id
164
165const envelopeToDoc = (
166 envelope: Envelope.Encoded,

Callers 1

messageDocIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…