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

Function IDNotIn

app/controlplane/pkg/data/ent/user/where.go:35–37  ·  view source on GitHub ↗

IDNotIn applies the NotIn predicate on the ID field.

(ids ...uuid.UUID)

Source from the content-addressed store, hash-verified

33
34// IDNotIn applies the NotIn predicate on the ID field.
35func IDNotIn(ids ...uuid.UUID) predicate.User {
36 return predicate.User(sql.FieldNotIn(FieldID, ids...))
37}
38
39// IDGT applies the GT predicate on the ID field.
40func IDGT(id uuid.UUID) predicate.User {

Callers

nothing calls this directly

Calls 1

UserFuncType · 0.92

Tested by

no test coverage detected