Value returns the ent.Value that was dynamically selected and assigned to the Lock. This includes values selected through modifiers, order, etc.
(name string)
| 78 | // Value returns the ent.Value that was dynamically selected and assigned to the Lock. |
| 79 | // This includes values selected through modifiers, order, etc. |
| 80 | func (_m *Lock) Value(name string) (ent.Value, error) { |
| 81 | return _m.selectValues.Get(name) |
| 82 | } |
| 83 | |
| 84 | // Update returns a builder for updating this Lock. |
| 85 | // Note that you need to call Lock.Unwrap() before calling this method if this Lock |
no test coverage detected