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

Method QueryUser

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

QueryUser queries the "user" edge of the Membership entity.

()

Source from the content-addressed store, hash-verified

233
234// QueryUser queries the "user" edge of the Membership entity.
235func (_m *Membership) QueryUser() *UserQuery {
236 return NewMembershipClient(_m.config).QueryUser(_m)
237}
238
239// QueryParent queries the "parent" edge of the Membership entity.
240func (_m *Membership) QueryParent() *MembershipQuery {

Callers

nothing calls this directly

Calls 1

NewMembershipClientFunction · 0.85

Tested by

no test coverage detected