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

Method QueryReferrers

app/controlplane/pkg/data/ent/workflow.go:350–352  ·  view source on GitHub ↗

QueryReferrers queries the "referrers" edge of the Workflow entity.

()

Source from the content-addressed store, hash-verified

348
349// QueryReferrers queries the "referrers" edge of the Workflow entity.
350func (_m *Workflow) QueryReferrers() *ReferrerQuery {
351 return NewWorkflowClient(_m.config).QueryReferrers(_m)
352}
353
354// Update returns a builder for updating this Workflow.
355// Note that you need to call Workflow.Unwrap() before calling this method if this Workflow

Callers

nothing calls this directly

Calls 1

NewWorkflowClientFunction · 0.85

Tested by

no test coverage detected