CreatedAt returns the value of the "created_at" field in the mutation.
()
| 8518 | |
| 8519 | // CreatedAt returns the value of the "created_at" field in the mutation. |
| 8520 | func (m *LockMutation) CreatedAt() (r time.Time, exists bool) { |
| 8521 | v := m.created_at |
| 8522 | if v == nil { |
| 8523 | return |
| 8524 | } |
| 8525 | return *v, true |
| 8526 | } |
| 8527 | |
| 8528 | // OldCreatedAt returns the old "created_at" field's value of the Lock entity. |
| 8529 | // If the Lock object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected