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

Function respond

packages/cluster/src/Runners.ts:182–187  ·  view source on GitHub ↗
(reply)

Source from the content-addressed store, hash-verified

180 requestId: originalId
181 }),
182 respond(reply) {
183 if (reply._tag === "WithExit") {
184 requestIdRewrites.delete(message.envelope.requestId)
185 }
186 return message.respond(reply.withRequestId(message.envelope.requestId))
187 }
188 }),
189 true
190 )

Callers

nothing calls this directly

Calls 1

withRequestIdMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…