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

Method QueryGroupMemberships

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

QueryGroupMemberships queries the "group_memberships" edge of the Group entity.

()

Source from the content-addressed store, hash-verified

161
162// QueryGroupMemberships queries the "group_memberships" edge of the Group entity.
163func (_m *Group) QueryGroupMemberships() *GroupMembershipQuery {
164 return NewGroupClient(_m.config).QueryGroupMemberships(_m)
165}
166
167// QueryOrganization queries the "organization" edge of the Group entity.
168func (_m *Group) QueryOrganization() *OrganizationQuery {

Callers

nothing calls this directly

Calls 1

NewGroupClientFunction · 0.85

Tested by

no test coverage detected