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

Function IDGT

app/controlplane/pkg/data/ent/workflowrun/where.go:41–43  ·  view source on GitHub ↗

IDGT applies the GT predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

39
40// IDGT applies the GT predicate on the ID field.
41func IDGT(id uuid.UUID) predicate.WorkflowRun {
42 return predicate.WorkflowRun(sql.FieldGT(FieldID, id))
43}
44
45// IDGTE applies the GTE predicate on the ID field.
46func IDGTE(id uuid.UUID) predicate.WorkflowRun {

Callers

nothing calls this directly

Calls 1

WorkflowRunFuncType · 0.92

Tested by

no test coverage detected