MCPcopy
hub / github.com/ent/ent / uint32Builder

Struct uint32Builder

schema/field/numeric.go:1670–1672  ·  view source on GitHub ↗

uint32Builder is the builder for uint32 field.

Source from the content-addressed store, hash-verified

1668
1669// uint32Builder is the builder for uint32 field.
1670type uint32Builder struct {
1671 desc *Descriptor
1672}
1673
1674// Unique makes the field unique within all vertices of this type.
1675func (b *uint32Builder) Unique() *uint32Builder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected