MCPcopy Index your code
hub / github.com/chainloop-dev/chainloop / QueryWorkflows

Method QueryWorkflows

app/controlplane/pkg/data/ent/project.go:169–171  ·  view source on GitHub ↗

QueryWorkflows queries the "workflows" edge of the Project entity.

()

Source from the content-addressed store, hash-verified

167
168// QueryWorkflows queries the "workflows" edge of the Project entity.
169func (_m *Project) QueryWorkflows() *WorkflowQuery {
170 return NewProjectClient(_m.config).QueryWorkflows(_m)
171}
172
173// QueryVersions queries the "versions" edge of the Project entity.
174func (_m *Project) QueryVersions() *ProjectVersionQuery {

Callers 11

ListMethod · 0.45
GetOrgScopedMethod · 0.45
ListMethod · 0.45
RevokeMethod · 0.45
getWorkflowReferencesFunction · 0.45
RunsTotalMethod · 0.45
RunsByStatusTotalMethod · 0.45
RunsByRunnerTypeTotalMethod · 0.45
DailyRunsCountMethod · 0.45
FindByIDInOrgMethod · 0.45

Calls 1

NewProjectClientFunction · 0.85

Tested by

no test coverage detected