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

Method FindProjectMemberUsers

admin/database/database.go:252–252  ·  view source on GitHub ↗
(ctx context.Context, orgID, projectID, filterRoleID, afterEmail string, limit int)

Source from the content-addressed store, hash-verified

250 UpdateOrganizationMemberServiceRole(ctx context.Context, serviceID, orgID, roleID string) error
251
252 FindProjectMemberUsers(ctx context.Context, orgID, projectID, filterRoleID, afterEmail string, limit int) ([]*ProjectMemberUser, error)
253 FindProjectMemberUserRole(ctx context.Context, projectID, userID string) (*ProjectRole, error)
254 FindProjectMemberUser(ctx context.Context, projectID, userID string) (*ProjectMemberUser, error)
255 // FindProjectMemberUsersForUserAndProjects returns a map of project ID to direct project membership for a user.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected