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

Function value

packages/effect/src/internal/matcher.ts:209–211  ·  view source on GitHub ↗
(
  i: I
)

Source from the content-addressed store, hash-verified

207
208/** @internal */
209export const value = <const I>(
210 i: I
211): Matcher<I, Types.Without<never>, I, never, I> => makeValueMatcher(i, Either.left(i))
212
213/** @internal */
214export const valueTags: {

Callers

nothing calls this directly

Calls 1

makeValueMatcherFunction · 0.85

Tested by

no test coverage detected