(input: S["~type.make.in"], options?: MakeOptions)
| 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 | } |
nothing calls this directly
no test coverage detected