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

Function IDNEQ

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

IDNEQ applies the NEQ predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

24
25// IDNEQ applies the NEQ predicate on the ID field.
26func IDNEQ(id uuid.UUID) predicate.WorkflowRun {
27 return predicate.WorkflowRun(sql.FieldNEQ(FieldID, id))
28}
29
30// IDIn applies the In predicate on the ID field.
31func IDIn(ids ...uuid.UUID) predicate.WorkflowRun {

Callers

nothing calls this directly

Calls 1

WorkflowRunFuncType · 0.92

Tested by

no test coverage detected