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

Function CreatedAt

app/controlplane/pkg/data/ent/user/where.go:65–67  ·  view source on GitHub ↗

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

(v time.Time)

Source from the content-addressed store, hash-verified

63
64// CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
65func CreatedAt(v time.Time) predicate.User {
66 return predicate.User(sql.FieldEQ(FieldCreatedAt, v))
67}
68
69// UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
70func UpdatedAt(v time.Time) predicate.User {

Callers

nothing calls this directly

Calls 1

UserFuncType · 0.92

Tested by

no test coverage detected