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

Function IDIn

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

Callers 14

GetFromRootMethod · 0.92
projectScopePredicateMethod · 0.92
doGetMethod · 0.92
loadOrganizationMethod · 0.92
loadOrganizationMethod · 0.92
loadOrganizationMethod · 0.92
loadOrganizationMethod · 0.92
loadOrganizationMethod · 0.92
loadOrganizationMethod · 0.92
loadOrganizationMethod · 0.92
loadOrganizationMethod · 0.92
loadOrganizationMethod · 0.92

Calls 1

OrganizationFuncType · 0.92

Tested by

no test coverage detected