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

Function make

packages/effect/src/Arbitrary.ts:63–63  ·  view source on GitHub ↗
(schema: Schema.Schema<A, I, R>)

Source from the content-addressed store, hash-verified

61 * @since 3.10.0
62 */
63export const make = <A, I, R>(schema: Schema.Schema<A, I, R>): FastCheck.Arbitrary<A> => makeLazy(schema)(FastCheck)
64
65interface StringConstraints {
66 readonly _tag: "StringConstraints"

Callers

nothing calls this directly

Calls 1

makeLazyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…