MCPcopy Create free account
hub / github.com/effect-app/libs / Field

Function Field

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

Source from the content-addressed store, hash-verified

587 [FieldTypeId]: FieldTypeId,
588 pipe() {
589 return pipeArguments(this, arguments)
590 }
591}
592
593const Field = <const A extends Field.Config>(schemas: A): Field<A> => {
594 const self = Object.create(FieldProto)
595 self.schemas = schemas
596 return self

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…