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

Function Description

app/controlplane/pkg/data/ent/project/where.go:65–67  ·  view source on GitHub ↗

Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.

(v string)

Source from the content-addressed store, hash-verified

63
64// Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.
65func Description(v string) predicate.Project {
66 return predicate.Project(sql.FieldEQ(FieldDescription, v))
67}
68
69// CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
70func CreatedAt(v time.Time) predicate.Project {

Callers

nothing calls this directly

Calls 1

ProjectFuncType · 0.92

Tested by

no test coverage detected