AddStorage adds i to the "storage" field.
(i int64)
| 1162 | |
| 1163 | // AddStorage adds i to the "storage" field. |
| 1164 | func (uuo *UserUpdateOne) AddStorage(i int64) *UserUpdateOne { |
| 1165 | uuo.mutation.AddStorage(i) |
| 1166 | return uuo |
| 1167 | } |
| 1168 | |
| 1169 | // SetTwoFactorSecret sets the "two_factor_secret" field. |
| 1170 | func (uuo *UserUpdateOne) SetTwoFactorSecret(s string) *UserUpdateOne { |
nothing calls this directly
no test coverage detected