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

Method Create

app/controlplane/pkg/biz/project.go:39–39  ·  view source on GitHub ↗
(ctx context.Context, orgID uuid.UUID, name string)

Source from the content-addressed store, hash-verified

37 FindProjectByOrgIDAndName(ctx context.Context, orgID uuid.UUID, projectName string) (*Project, error)
38 FindProjectByOrgIDAndID(ctx context.Context, orgID uuid.UUID, projectID uuid.UUID) (*Project, error)
39 Create(ctx context.Context, orgID uuid.UUID, name string) (*Project, error)
40 ListProjectsByOrgID(ctx context.Context, orgID uuid.UUID) ([]*Project, error)
41 // ListMembers retrieves a list of members in a project, optionally filtered by admin status.
42 ListMembers(ctx context.Context, orgID uuid.UUID, projectID uuid.UUID, paginationOpts *pagination.OffsetPaginationOpts) ([]*ProjectMembership, int, error)

Callers 2

CreateMethod · 0.65
handleNonExistingUserMethod · 0.65

Implementers 1

ProjectRepoapp/controlplane/pkg/data/project.go

Calls

no outgoing calls

Tested by

no test coverage detected