MCPcopy Create free account
hub / github.com/Effect-TS/effect / makeEffect

Method makeEffect

packages/effect/src/Schema.ts:256–256  ·  view source on GitHub ↗

* Constructs a value from the make input representation, returning validation * failures in the `Effect` error channel. * * **When to use** * * Use when constructor input may fail validation and you want to * compose that failure with other `Effect` operations instead of throwing.

(input: this["~type.make.in"], options?: MakeOptions)

Source from the content-addressed store, hash-verified

254 * @see {@link BottomWithoutNew.makeOption} — construct synchronously and discard validation details
255 */
256 makeEffect(input: this["~type.make.in"], options?: MakeOptions): Effect.Effect<this["Type"], SchemaIssue.Issue>
257}
258
259/**

Callers 11

Channel.test.tsFile · 0.65
Schema.test.tsFile · 0.65
makeEffectMethod · 0.65
executionIdFunction · 0.65
makeFunction · 0.65
makeMethod · 0.65
GroupsClass · 0.65
UsersClass · 0.65
makeUserMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected