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

Interface transformOrFail

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

Source from the content-addressed store, hash-verified

3788 * @since 3.10.0
3789 */
3790export interface transformOrFail<From extends Schema.All, To extends Schema.All, R = never> extends
3791 AnnotableClass<
3792 transformOrFail<From, To, R>,
3793 Schema.Type<To>,
3794 Schema.Encoded<From>,
3795 Schema.Context<From> | Schema.Context<To> | R
3796 >
3797{
3798 readonly from: From
3799 readonly to: To
3800}
3801
3802function makeTransformationClass<From extends Schema.Any, To extends Schema.Any, R>(
3803 from: From,

Callers 15

Schema.tsFile · 0.85
URL$Class · 0.85
parseNumberFunction · 0.85
Symbol$Class · 0.85
BigInt$Class · 0.85
BigIntFromNumberClass · 0.85
DurationFromNanosClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…