MCPcopy Index your code
hub / github.com/Effect-TS/effect / isFresh

Function isFresh

packages/effect/src/internal/layer.ts:185–187  ·  view source on GitHub ↗
(self: Layer.Layer<ROut, E, RIn>)

Source from the content-addressed store, hash-verified

183
184/** @internal */
185export const isFresh = <RIn, E, ROut>(self: Layer.Layer<ROut, E, RIn>): boolean => {
186 return (self as Primitive)._op_layer === OpCodes.OP_FRESH
187}
188
189// -----------------------------------------------------------------------------
190// MemoMap

Callers 1

getOrElseMemoizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…