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

Function ProjectIDIn

app/controlplane/pkg/data/ent/apitoken/where.go:480–482  ·  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

478
479// ProjectIDIn applies the In predicate on the "project_id" field.
480func ProjectIDIn(vs ...uuid.UUID) predicate.APIToken {
481 return predicate.APIToken(sql.FieldIn(FieldProjectID, vs...))
482}
483
484// ProjectIDNotIn applies the NotIn predicate on the "project_id" field.
485func ProjectIDNotIn(vs ...uuid.UUID) predicate.APIToken {

Callers 1

ListMethod · 0.92

Calls 1

APITokenFuncType · 0.92

Tested by

no test coverage detected