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

Method QueryParent

app/controlplane/pkg/data/ent/membership.go:240–242  ·  view source on GitHub ↗

QueryParent queries the "parent" edge of the Membership entity.

()

Source from the content-addressed store, hash-verified

238
239// QueryParent queries the "parent" edge of the Membership entity.
240func (_m *Membership) QueryParent() *MembershipQuery {
241 return NewMembershipClient(_m.config).QueryParent(_m)
242}
243
244// QueryChildren queries the "children" edge of the Membership entity.
245func (_m *Membership) QueryChildren() *MembershipQuery {

Callers

nothing calls this directly

Calls 1

NewMembershipClientFunction · 0.85

Tested by

no test coverage detected