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

Function IDEQ

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

IDEQ applies the EQ predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

19
20// IDEQ applies the EQ predicate on the ID field.
21func IDEQ(id uuid.UUID) predicate.WorkflowRun {
22 return predicate.WorkflowRun(sql.FieldEQ(FieldID, id))
23}
24
25// IDNEQ applies the NEQ predicate on the ID field.
26func IDNEQ(id uuid.UUID) predicate.WorkflowRun {

Callers

nothing calls this directly

Calls 1

WorkflowRunFuncType · 0.92

Tested by

no test coverage detected