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

Function respond

packages/cluster/src/RunnerServer.ts:58–61  ·  view source on GitHub ↗
(reply)

Source from the content-addressed store, hash-verified

56 envelope: request,
57 lastSentReply: Option.none(),
58 respond(reply) {
59 resume(Effect.orDie(Reply.serialize(reply)))
60 return Effect.void
61 }
62 })
63 if (persisted) {
64 return Effect.async<

Callers

nothing calls this directly

Calls 2

resumeFunction · 0.70
unsafeOfferMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…