MCPcopy
hub / github.com/ent/ent / intBuilder

Struct intBuilder

schema/field/numeric.go:116–118  ·  view source on GitHub ↗

intBuilder is the builder for int field.

Source from the content-addressed store, hash-verified

114
115// intBuilder is the builder for int field.
116type intBuilder struct {
117 desc *Descriptor
118}
119
120// Unique makes the field unique within all vertices of this type.
121func (b *intBuilder) Unique() *intBuilder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected