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

Function IDEQ

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

IDEQ applies the EQ predicate on the ID field.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

18
19// IDEQ applies the EQ predicate on the ID field.
20func IDEQ(id uuid.UUID) predicate.CASMapping {
21 return predicate.CASMapping(sql.FieldEQ(FieldID, id))
22}
23
24// IDNEQ applies the NEQ predicate on the ID field.
25func IDNEQ(id uuid.UUID) predicate.CASMapping {

Callers

nothing calls this directly

Calls 1

CASMappingFuncType · 0.92

Tested by

no test coverage detected