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

Function Name

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

Name applies equality check predicate on the "name" field. It's identical to NameEQ.

(v string)

Source from the content-addressed store, hash-verified

64
65// Name applies equality check predicate on the "name" field. It's identical to NameEQ.
66func Name(v string) predicate.CASBackend {
67 return predicate.CASBackend(sql.FieldEQ(FieldName, v))
68}
69
70// Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.
71func Description(v string) predicate.CASBackend {

Callers 1

FindByNameInOrgMethod · 0.92

Calls 1

CASBackendFuncType · 0.92

Tested by

no test coverage detected