MCPcopy Create free account
hub / github.com/effect-app/libs / runTermDiscard

Function runTermDiscard

packages/effect-app/src/Pure.ts:186–191  ·  view source on GitHub ↗
(
  self: Effect.Effect<A, E, FixEnv<R, W3, S1, S3>>,
  s: S4
)

Source from the content-addressed store, hash-verified

184}
185
186export function runTermDiscard<R, E, A, W3, S1, S3, S4 extends S1>(
187 self: Effect.Effect<A, E, FixEnv<R, W3, S1, S3>>,
188 s: S4
189) {
190 return Effect.map(runTerm(self, s), ([s3, w3]) => tuple(s3, w3))
191}
192
193export function runA<R, E, A, W3, S1, S3, S4 extends S1>(
194 self: Effect.Effect<A, E, FixEnv<R, W3, S1, S3>>,

Callers

nothing calls this directly

Calls 3

tupleFunction · 0.90
runTermFunction · 0.85
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…