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

Function VersionID

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

VersionID applies equality check predicate on the "version_id" field. It's identical to VersionIDEQ.

(v uuid.UUID)

Source from the content-addressed store, hash-verified

104
105// VersionID applies equality check predicate on the "version_id" field. It's identical to VersionIDEQ.
106func VersionID(v uuid.UUID) predicate.WorkflowRun {
107 return predicate.WorkflowRun(sql.FieldEQ(FieldVersionID, v))
108}
109
110// WorkflowID applies equality check predicate on the "workflow_id" field. It's identical to WorkflowIDEQ.
111func WorkflowID(v uuid.UUID) predicate.WorkflowRun {

Callers 1

ListMethod · 0.92

Calls 1

WorkflowRunFuncType · 0.92

Tested by

no test coverage detected