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

Function IDIn

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

IDIn applies the In predicate on the ID field.

(ids ...uuid.UUID)

Source from the content-addressed store, hash-verified

29
30// IDIn applies the In predicate on the ID field.
31func IDIn(ids ...uuid.UUID) predicate.WorkflowRun {
32 return predicate.WorkflowRun(sql.FieldIn(FieldID, ids...))
33}
34
35// IDNotIn applies the NotIn predicate on the ID field.
36func IDNotIn(ids ...uuid.UUID) predicate.WorkflowRun {

Callers 2

loadWorkflowrunMethod · 0.92
loadLatestWorkflowRunMethod · 0.92

Calls 1

WorkflowRunFuncType · 0.92

Tested by

no test coverage detected