uint16Builder is the builder for uint16 field.
| 1480 | |
| 1481 | // uint16Builder is the builder for uint16 field. |
| 1482 | type uint16Builder struct { |
| 1483 | desc *Descriptor |
| 1484 | } |
| 1485 | |
| 1486 | // Unique makes the field unique within all vertices of this type. |
| 1487 | func (b *uint16Builder) Unique() *uint16Builder { |
nothing calls this directly
no outgoing calls
no test coverage detected