Scope returns the value of the "scope" field in the mutation.
()
| 6880 | |
| 6881 | // Scope returns the value of the "scope" field in the mutation. |
| 6882 | func (m *DecisionMutation) Scope() (r string, exists bool) { |
| 6883 | v := m.scope |
| 6884 | if v == nil { |
| 6885 | return |
| 6886 | } |
| 6887 | return *v, true |
| 6888 | } |
| 6889 | |
| 6890 | // OldScope returns the old "scope" field's value of the Decision entity. |
| 6891 | // If the Decision object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected