UpdatedAt returns the value of the "updated_at" field in the mutation.
()
| 10378 | |
| 10379 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 10380 | func (m *MetaMutation) UpdatedAt() (r time.Time, exists bool) { |
| 10381 | v := m.updated_at |
| 10382 | if v == nil { |
| 10383 | return |
| 10384 | } |
| 10385 | return *v, true |
| 10386 | } |
| 10387 | |
| 10388 | // OldUpdatedAt returns the old "updated_at" field's value of the Meta entity. |
| 10389 | // If the Meta object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected