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

Function IDLTE

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

IDLTE applies the LTE predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CASBackendFuncType · 0.92

Tested by

no test coverage detected