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

Function IDLT

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

IDLT applies the LT predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

49
50// IDLT applies the LT predicate on the ID field.
51func IDLT(id uuid.UUID) predicate.CASBackend {
52 return predicate.CASBackend(sql.FieldLT(FieldID, id))
53}
54
55// IDLTE applies the LTE predicate on the ID field.
56func IDLTE(id uuid.UUID) predicate.CASBackend {

Callers

nothing calls this directly

Calls 1

CASBackendFuncType · 0.92

Tested by

no test coverage detected