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

Function IDLT

app/controlplane/pkg/data/ent/workflowrun/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.WorkflowRun {
52 return predicate.WorkflowRun(sql.FieldLT(FieldID, id))
53}
54
55// IDLTE applies the LTE predicate on the ID field.
56func IDLTE(id uuid.UUID) predicate.WorkflowRun {

Callers

nothing calls this directly

Calls 1

WorkflowRunFuncType · 0.92

Tested by

no test coverage detected