GetType returns the value of the "type" field in the mutation.
()
| 4834 | |
| 4835 | // GetType returns the value of the "type" field in the mutation. |
| 4836 | func (m *BouncerMutation) GetType() (r string, exists bool) { |
| 4837 | v := m._type |
| 4838 | if v == nil { |
| 4839 | return |
| 4840 | } |
| 4841 | return *v, true |
| 4842 | } |
| 4843 | |
| 4844 | // OldType returns the old "type" field's value of the Bouncer entity. |
| 4845 | // If the Bouncer object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected