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

Function IDLTE

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

IDLTE applies the LTE predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

53
54// IDLTE applies the LTE predicate on the ID field.
55func IDLTE(id uuid.UUID) predicate.User {
56 return predicate.User(sql.FieldLTE(FieldID, id))
57}
58
59// Email applies equality check predicate on the "email" field. It's identical to EmailEQ.
60func Email(v string) predicate.User {

Callers

nothing calls this directly

Calls 1

UserFuncType · 0.92

Tested by

no test coverage detected