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

Function Email

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

Email applies equality check predicate on the "email" field. It's identical to EmailEQ.

(v string)

Source from the content-addressed store, hash-verified

58
59// Email applies equality check predicate on the "email" field. It's identical to EmailEQ.
60func Email(v string) predicate.User {
61 return predicate.User(sql.FieldEQ(FieldEmail, v))
62}
63
64// CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
65func CreatedAt(v time.Time) predicate.User {

Callers 2

FindByEmailMethod · 0.92

Calls 1

UserFuncType · 0.92

Tested by

no test coverage detected