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

Method UpdatedAt

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

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

()

Source from the content-addressed store, hash-verified

4184
4185// UpdatedAt returns the value of the "updated_at" field in the mutation.
4186func (m *GroupMutation) UpdatedAt() (r time.Time, exists bool) {
4187 v := m.updated_at
4188 if v == nil {
4189 return
4190 }
4191 return *v, true
4192}
4193
4194// OldUpdatedAt returns the old "updated_at" field's value of the Group entity.
4195// If the Group object wasn't provided to the builder, the object is fetched from the database.

Callers 1

FieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected