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

Function IDNotIn

app/controlplane/pkg/data/ent/casbackend/where.go:36–38  ·  view source on GitHub ↗

IDNotIn applies the NotIn predicate on the ID field.

(ids ...uuid.UUID)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CASBackendFuncType · 0.92

Tested by

no test coverage detected