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

Function IDGTE

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

IDGTE applies the GTE predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

43
44// IDGTE applies the GTE predicate on the ID field.
45func IDGTE(id uuid.UUID) predicate.User {
46 return predicate.User(sql.FieldGTE(FieldID, id))
47}
48
49// IDLT applies the LT predicate on the ID field.
50func IDLT(id uuid.UUID) predicate.User {

Callers

nothing calls this directly

Calls 1

UserFuncType · 0.92

Tested by

no test coverage detected