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

Function ProjectIDIn

app/controlplane/pkg/data/ent/workflow/where.go:550–552  ·  view source on GitHub ↗

ProjectIDIn applies the In predicate on the "project_id" field.

(vs ...uuid.UUID)

Source from the content-addressed store, hash-verified

548
549// ProjectIDIn applies the In predicate on the "project_id" field.
550func ProjectIDIn(vs ...uuid.UUID) predicate.Workflow {
551 return predicate.Workflow(sql.FieldIn(FieldProjectID, vs...))
552}
553
554// ProjectIDNotIn applies the NotIn predicate on the "project_id" field.
555func ProjectIDNotIn(vs ...uuid.UUID) predicate.Workflow {

Callers 8

applyWorkflowFiltersFunction · 0.92
ListMethod · 0.92
RunsTotalMethod · 0.92
RunsByStatusTotalMethod · 0.92
RunsByRunnerTypeTotalMethod · 0.92
DailyRunsCountMethod · 0.92
ListMethod · 0.92

Calls 1

WorkflowFuncType · 0.92

Tested by

no test coverage detected