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

Method CreatedAt

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

CreatedAt returns the value of the "created_at" field in the mutation.

()

Source from the content-addressed store, hash-verified

14383
14384// CreatedAt returns the value of the "created_at" field in the mutation.
14385func (m *UserMutation) CreatedAt() (r time.Time, exists bool) {
14386 v := m.created_at
14387 if v == nil {
14388 return
14389 }
14390 return *v, true
14391}
14392
14393// OldCreatedAt returns the old "created_at" field's value of the User entity.
14394// If the User object wasn't provided to the builder, the object is fetched from the database.

Callers 15

FieldMethod · 0.95
defaultsMethod · 0.45
checkMethod · 0.45
createSpecMethod · 0.45
UpdateNewValuesMethod · 0.45
UpdateNewValuesMethod · 0.45
defaultsMethod · 0.45
checkMethod · 0.45
createSpecMethod · 0.45
UpdateNewValuesMethod · 0.45
UpdateNewValuesMethod · 0.45
defaultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected