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

Method QueryContract

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

QueryContract queries the "contract" edge of the Workflow entity.

()

Source from the content-addressed store, hash-verified

328
329// QueryContract queries the "contract" edge of the Workflow entity.
330func (_m *Workflow) QueryContract() *WorkflowContractQuery {
331 return NewWorkflowClient(_m.config).QueryContract(_m)
332}
333
334// QueryIntegrationAttachments queries the "integration_attachments" edge of the Workflow entity.
335func (_m *Workflow) QueryIntegrationAttachments() *IntegrationAttachmentQuery {

Callers

nothing calls this directly

Calls 1

NewWorkflowClientFunction · 0.85

Tested by

no test coverage detected