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

Method CountProjectsQuotaUsage

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

Source from the content-addressed store, hash-verified

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)
96 FindProjectWhitelistedDomain(ctx context.Context, projectID, domain string) (*ProjectWhitelistedDomain, error)
97 FindProjectWhitelistedDomainForProjectWithJoinedRoleNames(ctx context.Context, projectID string) ([]*ProjectWhitelistedDomainWithJoinedRoleNames, error)
98 FindProjectWhitelistedDomainsForDomain(ctx context.Context, domain string) ([]*ProjectWhitelistedDomain, error)

Callers 4

WorkMethod · 0.65
CreateProjectMethod · 0.65
UpdateProjectMethod · 0.65
CreateDeploymentMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected