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

Function IDLT

app/controlplane/pkg/data/ent/casmapping/where.go:50–52  ·  view source on GitHub ↗

IDLT applies the LT predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CASMappingFuncType · 0.92

Tested by

no test coverage detected