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

Function IDLTE

app/controlplane/pkg/data/ent/workflowrun/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.WorkflowRun {
57 return predicate.WorkflowRun(sql.FieldLTE(FieldID, id))
58}
59
60// CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
61func CreatedAt(v time.Time) predicate.WorkflowRun {

Callers

nothing calls this directly

Calls 1

WorkflowRunFuncType · 0.92

Tested by

no test coverage detected