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

Function IDIn

app/controlplane/pkg/data/ent/casbackend/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.CASBackend {
32 return predicate.CASBackend(sql.FieldIn(FieldID, ids...))
33}
34
35// IDNotIn applies the NotIn predicate on the ID field.
36func IDNotIn(ids ...uuid.UUID) predicate.CASBackend {

Callers 1

loadCasBackendMethod · 0.92

Calls 1

CASBackendFuncType · 0.92

Tested by

no test coverage detected