MCPcopy
hub / github.com/ent/ent / uint16Builder

Struct uint16Builder

schema/field/numeric.go:1482–1484  ·  view source on GitHub ↗

uint16Builder is the builder for uint16 field.

Source from the content-addressed store, hash-verified

1480
1481// uint16Builder is the builder for uint16 field.
1482type uint16Builder struct {
1483 desc *Descriptor
1484}
1485
1486// Unique makes the field unique within all vertices of this type.
1487func (b *uint16Builder) Unique() *uint16Builder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected