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

Function IDNEQ

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

IDNEQ applies the NEQ predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

23
24// IDNEQ applies the NEQ predicate on the ID field.
25func IDNEQ(id uuid.UUID) predicate.CASMapping {
26 return predicate.CASMapping(sql.FieldNEQ(FieldID, id))
27}
28
29// IDIn applies the In predicate on the ID field.
30func IDIn(ids ...uuid.UUID) predicate.CASMapping {

Callers

nothing calls this directly

Calls 1

CASMappingFuncType · 0.92

Tested by

no test coverage detected