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

Method makeEffect

packages/effect/src/Schema.ts:14117–14119  ·  view source on GitHub ↗
(input: S["~type.make.in"], options?: MakeOptions)

Source from the content-addressed store, hash-verified

14115 return SchemaParser.makeOption(getClassSchema(this) as any)(input ?? {}, options) as any
14116 }
14117 static makeEffect(input: S["~type.make.in"], options?: MakeOptions): Effect.Effect<Self, SchemaIssue.Issue> {
14118 return (getClassSchema(this) as any).makeEffect(input ?? {}, options)
14119 }
14120 static annotate(annotations: Annotations.Declaration<Self, readonly [S]>) {
14121 return this.rebuild(SchemaAST.annotate(this.ast, annotations))
14122 }

Callers

nothing calls this directly

Calls 1

makeEffectMethod · 0.65

Tested by

no test coverage detected