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

Function EmailContains

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

EmailContains applies the Contains predicate on the "email" field.

(v string)

Source from the content-addressed store, hash-verified

128
129// EmailContains applies the Contains predicate on the "email" field.
130func EmailContains(v string) predicate.User {
131 return predicate.User(sql.FieldContains(FieldEmail, v))
132}
133
134// EmailHasPrefix applies the HasPrefix predicate on the "email" field.
135func EmailHasPrefix(v string) predicate.User {

Callers 2

ListMethod · 0.92
ListMembersMethod · 0.92

Calls 1

UserFuncType · 0.92

Tested by

no test coverage detected