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

Function MemberIDEQ

app/controlplane/pkg/data/ent/membership/where.go:251–253  ·  view source on GitHub ↗

MemberIDEQ applies the EQ predicate on the "member_id" field.

(v uuid.UUID)

Source from the content-addressed store, hash-verified

249
250// MemberIDEQ applies the EQ predicate on the "member_id" field.
251func MemberIDEQ(v uuid.UUID) predicate.Membership {
252 return predicate.Membership(sql.FieldEQ(FieldMemberID, v))
253}
254
255// MemberIDNEQ applies the NEQ predicate on the "member_id" field.
256func MemberIDNEQ(v uuid.UUID) predicate.Membership {

Callers 1

ListProjectsByGroupMethod · 0.92

Calls 1

MembershipFuncType · 0.92

Tested by

no test coverage detected