Kind returns the value of the "kind" field in the mutation.
()
| 12955 | |
| 12956 | // Kind returns the value of the "kind" field in the mutation. |
| 12957 | func (m *ReferrerMutation) Kind() (r string, exists bool) { |
| 12958 | v := m.kind |
| 12959 | if v == nil { |
| 12960 | return |
| 12961 | } |
| 12962 | return *v, true |
| 12963 | } |
| 12964 | |
| 12965 | // OldKind returns the old "kind" field's value of the Referrer entity. |
| 12966 | // If the Referrer object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected