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

Function CreatedAt

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

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

(v time.Time)

Source from the content-addressed store, hash-verified

63
64// CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
65func CreatedAt(v time.Time) predicate.CASMapping {
66 return predicate.CASMapping(sql.FieldEQ(FieldCreatedAt, v))
67}
68
69// WorkflowRunID applies equality check predicate on the "workflow_run_id" field. It's identical to WorkflowRunIDEQ.
70func WorkflowRunID(v uuid.UUID) predicate.CASMapping {

Callers

nothing calls this directly

Calls 1

CASMappingFuncType · 0.92

Tested by

no test coverage detected