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

Method CountInvitesForOrganization

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

Source from the content-addressed store, hash-verified

284 UpdateOrganizationInviteUsergroups(ctx context.Context, id string, groupIDs []string) error
285 DeleteOrganizationInvite(ctx context.Context, id string) error
286 CountInvitesForOrganization(ctx context.Context, orgID string) (int, error)
287 UpdateOrganizationInviteRole(ctx context.Context, id, roleID string) error
288
289 FindProjectInvites(ctx context.Context, projectID, afterEmail string, limit int) ([]*ProjectInviteWithRole, error)

Callers 3

AddProjectMemberUserMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected