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

Function IDIn

app/controlplane/pkg/data/ent/casmapping/where.go:30–32  ·  view source on GitHub ↗

IDIn applies the In predicate on the ID field.

(ids ...uuid.UUID)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CASMappingFuncType · 0.92

Tested by

no test coverage detected