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

Function OrganizationID

app/controlplane/pkg/data/ent/project/where.go:85–87  ·  view source on GitHub ↗

OrganizationID applies equality check predicate on the "organization_id" field. It's identical to OrganizationIDEQ.

(v uuid.UUID)

Source from the content-addressed store, hash-verified

83
84// OrganizationID applies equality check predicate on the "organization_id" field. It's identical to OrganizationIDEQ.
85func OrganizationID(v uuid.UUID) predicate.Project {
86 return predicate.Project(sql.FieldEQ(FieldOrganizationID, v))
87}
88
89// NameEQ applies the EQ predicate on the "name" field.
90func NameEQ(v string) predicate.Project {

Callers 2

ListProjectsByOrgIDMethod · 0.92
ListProjectsByGroupMethod · 0.92

Calls 1

ProjectFuncType · 0.92

Tested by

no test coverage detected