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

Function OrganizationIDEQ

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

OrganizationIDEQ applies the EQ predicate on the "organization_id" field.

(v uuid.UUID)

Source from the content-addressed store, hash-verified

233
234// OrganizationIDEQ applies the EQ predicate on the "organization_id" field.
235func OrganizationIDEQ(v uuid.UUID) predicate.Group {
236 return predicate.Group(sql.FieldEQ(FieldOrganizationID, v))
237}
238
239// OrganizationIDNEQ applies the NEQ predicate on the "organization_id" field.
240func OrganizationIDNEQ(v uuid.UUID) predicate.Group {

Callers 5

ListMethod · 0.92
ListMembersMethod · 0.92
UpdateMethod · 0.92
SoftDeleteMethod · 0.92

Calls 1

GroupFuncType · 0.92

Tested by

no test coverage detected