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

Function IDLTE

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

IDLTE applies the LTE predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

53
54// IDLTE applies the LTE predicate on the ID field.
55func IDLTE(id uuid.UUID) predicate.CASMapping {
56 return predicate.CASMapping(sql.FieldLTE(FieldID, id))
57}
58
59// Digest applies equality check predicate on the "digest" field. It's identical to DigestEQ.
60func Digest(v string) predicate.CASMapping {

Callers

nothing calls this directly

Calls 1

CASMappingFuncType · 0.92

Tested by

no test coverage detected