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

Method FindOrganizationRole

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

Source from the content-addressed store, hash-verified

227
228 FindOrganizationRoles(ctx context.Context) ([]*OrganizationRole, error)
229 FindOrganizationRole(ctx context.Context, name string) (*OrganizationRole, error)
230 FindProjectRoles(ctx context.Context) ([]*ProjectRole, error)
231 FindProjectRole(ctx context.Context, name string) (*ProjectRole, error)
232 FindProjectRoleByID(ctx context.Context, id string) (*ProjectRole, error)

Callers 15

prepareOrganizationMethod · 0.65
testOrgsWithPaginationFunction · 0.65
testAttributeValidationFunction · 0.65
seedFunction · 0.65
AddProjectMemberUserMethod · 0.65
CreateServiceMethod · 0.65

Calls

no outgoing calls

Tested by 5

testOrgsWithPaginationFunction · 0.52
testAttributeValidationFunction · 0.52
seedFunction · 0.52