MCPcopy Index your code
hub / github.com/rilldata/rill / DeleteProject

Method DeleteProject

admin/database/database.go:92–92  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

90 FindProjectsByNameAndUser(ctx context.Context, name, userID string) ([]*Project, error)
91 InsertProject(ctx context.Context, opts *InsertProjectOptions) (*Project, error)
92 DeleteProject(ctx context.Context, id string) error
93 UpdateProject(ctx context.Context, id string, opts *UpdateProjectOptions) (*Project, error)
94 CountProjectsForOrganization(ctx context.Context, orgID string) (int, error)
95 CountProjectsQuotaUsage(ctx context.Context, orgID string) (*ProjectsQuotaUsage, error)

Callers 10

DeleteCmdFunction · 0.65
DeleteCmdFunction · 0.65
TeardownProjectMethod · 0.65
testProjectsFunction · 0.65
testManagedGitReposFunction · 0.65
TestRBACFunction · 0.65

Calls

no outgoing calls

Tested by 7

testProjectsFunction · 0.52
testManagedGitReposFunction · 0.52
TestRBACFunction · 0.52