MCPcopy
hub / github.com/ent/ent / int64Builder

Struct int64Builder

schema/field/numeric.go:1096–1098  ·  view source on GitHub ↗

int64Builder is the builder for int64 field.

Source from the content-addressed store, hash-verified

1094
1095// int64Builder is the builder for int64 field.
1096type int64Builder struct {
1097 desc *Descriptor
1098}
1099
1100// Unique makes the field unique within all vertices of this type.
1101func (b *int64Builder) Unique() *int64Builder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected