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

Function WorkflowRunID

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

WorkflowRunID applies equality check predicate on the "workflow_run_id" field. It's identical to WorkflowRunIDEQ.

(v uuid.UUID)

Source from the content-addressed store, hash-verified

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 {
71 return predicate.CASMapping(sql.FieldEQ(FieldWorkflowRunID, v))
72}
73
74// OrganizationID applies equality check predicate on the "organization_id" field. It's identical to OrganizationIDEQ.
75func OrganizationID(v uuid.UUID) predicate.CASMapping {

Callers

nothing calls this directly

Calls 1

CASMappingFuncType · 0.92

Tested by

no test coverage detected