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

Function IDGTE

app/controlplane/pkg/data/ent/casbackend/where.go:46–48  ·  view source on GitHub ↗

IDGTE applies the GTE predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CASBackendFuncType · 0.92

Tested by

no test coverage detected