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

Method QueryOrganization

app/controlplane/pkg/data/ent/group.go:168–170  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

166
167// QueryOrganization queries the "organization" edge of the Group entity.
168func (_m *Group) QueryOrganization() *OrganizationQuery {
169 return NewGroupClient(_m.config).QueryOrganization(_m)
170}
171
172// Update returns a builder for updating this Group.
173// Note that you need to call Group.Unwrap() before calling this method if this Group

Callers

nothing calls this directly

Calls 1

NewGroupClientFunction · 0.85

Tested by

no test coverage detected