SetReferenceCount sets the "reference_count" field.
(i int)
| 89 | |
| 90 | // SetReferenceCount sets the "reference_count" field. |
| 91 | func (ec *EntityCreate) SetReferenceCount(i int) *EntityCreate { |
| 92 | ec.mutation.SetReferenceCount(i) |
| 93 | return ec |
| 94 | } |
| 95 | |
| 96 | // SetNillableReferenceCount sets the "reference_count" field if the given value is not nil. |
| 97 | func (ec *EntityCreate) SetNillableReferenceCount(i *int) *EntityCreate { |
no outgoing calls
no test coverage detected