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

Function UpdatedAt

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

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

(v time.Time)

Source from the content-addressed store, hash-verified

68
69// UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
70func UpdatedAt(v time.Time) predicate.User {
71 return predicate.User(sql.FieldEQ(FieldUpdatedAt, v))
72}
73
74// HasRestrictedAccess applies equality check predicate on the "has_restricted_access" field. It's identical to HasRestrictedAccessEQ.
75func HasRestrictedAccess(v bool) predicate.User {

Callers

nothing calls this directly

Calls 1

UserFuncType · 0.92

Tested by

no test coverage detected