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

Function IDGT

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

IDGT applies the GT predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

38
39// IDGT applies the GT predicate on the ID field.
40func IDGT(id uuid.UUID) predicate.User {
41 return predicate.User(sql.FieldGT(FieldID, id))
42}
43
44// IDGTE applies the GTE predicate on the ID field.
45func IDGTE(id uuid.UUID) predicate.User {

Callers

nothing calls this directly

Calls 1

UserFuncType · 0.92

Tested by

no test coverage detected