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

Function redactedArbitrary

packages/effect/src/Schema.ts:5809–5810  ·  view source on GitHub ↗
(value: LazyArbitrary<A>)

Source from the content-addressed store, hash-verified

5807).annotations({ identifier: "BigIntFromNumber" }) {}
5808
5809const redactedArbitrary = <A>(value: LazyArbitrary<A>): LazyArbitrary<redacted_.Redacted<A>> => (fc) =>
5810 value(fc).map(redacted_.make)
5811
5812const toComposite = <A, R, B>(
5813 eff: Effect.Effect<A, ParseResult.ParseIssue, R>,

Callers

nothing calls this directly

Calls 2

valueFunction · 0.70
mapMethod · 0.65

Tested by

no test coverage detected