(reply)
| 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< |
nothing calls this directly
no test coverage detected
searching dependent graphs…