MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / UpdatedAt

Method UpdatedAt

app/controlplane/pkg/data/ent/mutation.go:14421–14427  ·  view source on GitHub ↗

UpdatedAt returns the value of the "updated_at" field in the mutation.

()

Source from the content-addressed store, hash-verified

14419
14420// UpdatedAt returns the value of the "updated_at" field in the mutation.
14421func (m *UserMutation) UpdatedAt() (r time.Time, exists bool) {
14422 v := m.updated_at
14423 if v == nil {
14424 return
14425 }
14426 return *v, true
14427}
14428
14429// OldUpdatedAt returns the old "updated_at" field's value of the User entity.
14430// If the User object wasn't provided to the builder, the object is fetched from the database.

Callers 15

FieldMethod · 0.95
sqlSaveMethod · 0.45
sqlSaveMethod · 0.45
sqlSaveMethod · 0.45
sqlSaveMethod · 0.45
sqlSaveMethod · 0.45
sqlSaveMethod · 0.45
sqlSaveMethod · 0.45
sqlSaveMethod · 0.45
defaultsMethod · 0.45
checkMethod · 0.45
createSpecMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected