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

Method DeletedAt

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

DeletedAt returns the value of the "deleted_at" field in the mutation.

()

Source from the content-addressed store, hash-verified

4220
4221// DeletedAt returns the value of the "deleted_at" field in the mutation.
4222func (m *GroupMutation) DeletedAt() (r time.Time, exists bool) {
4223 v := m.deleted_at
4224 if v == nil {
4225 return
4226 }
4227 return *v, true
4228}
4229
4230// OldDeletedAt returns the old "deleted_at" field's value of the Group entity.
4231// If the Group 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
createSpecMethod · 0.45
createSpecMethod · 0.45
createSpecMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected