BuildBranchURL constructs a URL to view a branch on the provider's web UI.
(owner, repo, branch string)
| 168 | // BuildBranchURL constructs a URL to view a branch on |
| 169 | // the provider's web UI. |
| 170 | BuildBranchURL(owner, repo, branch string) string |
| 171 | |
| 172 | // BuildRepositoryURL constructs a URL to view a repository |
| 173 | // on the provider's web UI. |
no outgoing calls