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

Function CreatedAtGTE

app/controlplane/pkg/data/ent/workflowrun/where.go:181–183  ·  view source on GitHub ↗

CreatedAtGTE applies the GTE predicate on the "created_at" field.

(v time.Time)

Source from the content-addressed store, hash-verified

179
180// CreatedAtGTE applies the GTE predicate on the "created_at" field.
181func CreatedAtGTE(v time.Time) predicate.WorkflowRun {
182 return predicate.WorkflowRun(sql.FieldGTE(FieldCreatedAt, v))
183}
184
185// CreatedAtLT applies the LT predicate on the "created_at" field.
186func CreatedAtLT(v time.Time) predicate.WorkflowRun {

Callers 5

RunsTotalMethod · 0.92
RunsByStatusTotalMethod · 0.92
RunsByRunnerTypeTotalMethod · 0.92
DailyRunsCountMethod · 0.92

Calls 1

WorkflowRunFuncType · 0.92

Tested by

no test coverage detected