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

Function resume

packages/cluster/src/RunnerServer.ts:52–54  ·  view source on GitHub ↗
(reply: Effect.Effect<Reply.ReplyEncoded<any>, ClusterError.EntityNotAssignedToRunner>)

Source from the content-addressed store, hash-verified

50 >
51 | undefined = undefined
52 let resume = (reply: Effect.Effect<Reply.ReplyEncoded<any>, ClusterError.EntityNotAssignedToRunner>) => {
53 replyEncoded = reply
54 }
55 const message = new Message.IncomingRequest({
56 envelope: request,
57 lastSentReply: Option.none(),

Callers 8

completeFunction · 0.70
toLayerMailboxFunction · 0.70
Sharding.tsFile · 0.70
notifyLocalFunction · 0.70
respondFunction · 0.70
onExitFunction · 0.70
loopFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…