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

Interface toEncoded

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

Source from the content-addressed store, hash-verified

2635 * @since 4.0.0
2636 */
2637export interface toEncoded<S extends Constraint> extends
2638 BottomLazy<
2639 SchemaAST.AST,
2640 toEncoded<S>,
2641 ReadonlyArray<Constraint>,
2642 S["~type.mutability"],
2643 S["~type.optionality"],
2644 S["~type.constructor.default"],
2645 S["~encoded.mutability"],
2646 S["~encoded.optionality"]
2647 >
2648{
2649 readonly "Type": S["Encoded"]
2650 readonly "Encoded": S["Encoded"]
2651 readonly "DecodingServices": never
2652 readonly "EncodingServices": never
2653 readonly "~type.make.in": S["Encoded"]
2654 readonly "~type.make": S["Encoded"]
2655 readonly "Iso": S["Encoded"]
2656 readonly schema: S
2657}
2658
2659interface toEncodedLambda extends Lambda {
2660 <S extends Constraint>(self: S): toEncoded<S>

Callers 10

constructorMethod · 0.85
getIndexSignatureKeysFunction · 0.85
getExpectedMethod · 0.85
middlewareEncodingFunction · 0.85
encodeKeysFunction · 0.85
encodeFunction · 0.85
withDecodingDefaultKeyFunction · 0.85
withDecodingDefaultFunction · 0.85
isPropertyNamesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected