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

Method QueryWorkflow

app/controlplane/pkg/data/ent/apitoken.go:228–230  ·  view source on GitHub ↗

QueryWorkflow queries the "workflow" edge of the APIToken entity.

()

Source from the content-addressed store, hash-verified

226
227// QueryWorkflow queries the "workflow" edge of the APIToken entity.
228func (_m *APIToken) QueryWorkflow() *WorkflowQuery {
229 return NewAPITokenClient(_m.config).QueryWorkflow(_m)
230}
231
232// Update returns a builder for updating this APIToken.
233// Note that you need to call APIToken.Unwrap() before calling this method if this APIToken

Callers 2

applyWorkflowRunFiltersFunction · 0.45
FindByIDMethod · 0.45

Calls 1

NewAPITokenClientFunction · 0.85

Tested by

no test coverage detected