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

Method Project

admin/urls.go:342–344  ·  view source on GitHub ↗

Project returns the URL for a project in the frontend.

(org, project string)

Source from the content-addressed store, hash-verified

340
341// Project returns the URL for a project in the frontend.
342func (u *URLs) Project(org, project string) string {
343 return urlutil.MustJoinURL(u.Frontend(), org, project)
344}
345
346// ProjectInviteAccept returns the URL for accepting a project invite.
347func (u *URLs) ProjectInviteAccept(org, project string) string {

Callers 5

StartDeploymentInnerMethod · 0.80
AddProjectMemberUserMethod · 0.80
ApproveProjectAccessMethod · 0.80
projToDTOMethod · 0.80
GetDeploymentConfigMethod · 0.80

Calls 2

FrontendMethod · 0.95
MustJoinURLFunction · 0.92

Tested by

no test coverage detected