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

Function Field

packages/effect/src/unstable/schema/VariantSchema.ts:590–594  ·  view source on GitHub ↗
(schemas: A)

Source from the content-addressed store, hash-verified

588}
589
590const Field = <const A extends Field.Config>(schemas: A): Field<A> => {
591 const self = Object.create(FieldProto)
592 self.schemas = schemas
593 return self
594}
595
596const Union = <
597 Members extends ReadonlyArray<Struct<any>>,

Callers 8

GeneratedByDbFunction · 0.70
GeneratedByAppFunction · 0.70
SensitiveFunction · 0.70
Model.tsFile · 0.70
JsonFromStringFunction · 0.70
UuidV4BytesInsertFunction · 0.70
UuidV4InsertFunction · 0.70
UuidV7InsertFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected