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

Method QueryProject

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

QueryProject queries the "project" edge of the Workflow entity.

()

Source from the content-addressed store, hash-verified

338
339// QueryProject queries the "project" edge of the Workflow entity.
340func (_m *Workflow) QueryProject() *ProjectQuery {
341 return NewWorkflowClient(_m.config).QueryProject(_m)
342}
343
344// QueryLatestWorkflowRun queries the "latest_workflow_run" edge of the Workflow entity.
345func (_m *Workflow) QueryLatestWorkflowRun() *WorkflowRunQuery {

Callers

nothing calls this directly

Calls 1

NewWorkflowClientFunction · 0.85

Tested by

no test coverage detected