MCPcopy Index your code
hub / github.com/coder/coder / BuildRepositoryURL

Method BuildRepositoryURL

coderd/externalauth/gitprovider/gitprovider.go:174–174  ·  view source on GitHub ↗

BuildRepositoryURL constructs a URL to view a repository on the provider's web UI.

(owner, repo string)

Source from the content-addressed store, hash-verified

172 // BuildRepositoryURL constructs a URL to view a repository
173 // on the provider's web UI.
174 BuildRepositoryURL(owner, repo string) string
175
176 // BuildPullRequestURL constructs a URL to view a pull
177 // request on the provider's web UI.

Callers 2

TestGitLabIntegrationFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestGitLabIntegrationFunction · 0.52