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