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

Function never

packages/cluster/test/TestEntity.ts:81–88  ·  view source on GitHub ↗
(envelope: any)

Source from the content-addressed store, hash-verified

79 MutableRef.update(state.layerBuilds, (count) => count + 1)
80
81 const never = (envelope: any) =>
82 Effect.suspend(() => {
83 state.envelopes.unsafeOffer(envelope)
84 return Effect.never
85 }).pipe(Effect.onInterrupt(() => {
86 state.interrupts.unsafeOffer(envelope)
87 return Effect.void
88 }))
89 return {
90 GetUser: (envelope) =>
91 Effect.sync(() => {

Callers 1

TestEntity.tsFile · 0.85

Calls 2

pipeMethod · 0.65
unsafeOfferMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…