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

Method QueryOrganization

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

QueryOrganization queries the "organization" edge of the Project entity.

()

Source from the content-addressed store, hash-verified

162
163// QueryOrganization queries the "organization" edge of the Project entity.
164func (_m *Project) QueryOrganization() *OrganizationQuery {
165 return NewProjectClient(_m.config).QueryOrganization(_m)
166}
167
168// QueryWorkflows queries the "workflows" edge of the Project entity.
169func (_m *Project) QueryWorkflows() *WorkflowQuery {

Callers

nothing calls this directly

Calls 1

NewProjectClientFunction · 0.85

Tested by

no test coverage detected