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