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

Function IDIn

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

Callers 3

loadSenderMethod · 0.92
loadUserMethod · 0.92
loadUserMethod · 0.92

Calls 1

UserFuncType · 0.92

Tested by

no test coverage detected