AddReferenceCount adds i to the "reference_count" field.
(i int)
| 611 | |
| 612 | // AddReferenceCount adds i to the "reference_count" field. |
| 613 | func (euo *EntityUpdateOne) AddReferenceCount(i int) *EntityUpdateOne { |
| 614 | euo.mutation.AddReferenceCount(i) |
| 615 | return euo |
| 616 | } |
| 617 | |
| 618 | // SetStoragePolicyEntities sets the "storage_policy_entities" field. |
| 619 | func (euo *EntityUpdateOne) SetStoragePolicyEntities(i int) *EntityUpdateOne { |
nothing calls this directly
no test coverage detected