MCPcopy
hub / github.com/ent/ent / int32Builder

Struct int32Builder

schema/field/numeric.go:898–900  ·  view source on GitHub ↗

int32Builder is the builder for int32 field.

Source from the content-addressed store, hash-verified

896
897// int32Builder is the builder for int32 field.
898type int32Builder struct {
899 desc *Descriptor
900}
901
902// Unique makes the field unique within all vertices of this type.
903func (b *int32Builder) Unique() *int32Builder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected