MCPcopy Create free account
hub / github.com/angular/dev-infra / getRepoGitUrl

Method getRepoGitUrl

ng-dev/utils/git/git-client.ts:139–141  ·  view source on GitHub ↗

Git URL that resolves to the configured repository.

()

Source from the content-addressed store, hash-verified

137
138 /** Git URL that resolves to the configured repository. */
139 getRepoGitUrl() {
140 return getRepositoryGitUrl(this.remoteConfig);
141 }
142
143 /** Whether the given branch contains the specified SHA. */
144 hasCommit(branchName: string, sha: string): boolean {

Callers 8

getShaForBranchLatestMethod · 0.45
pushHeadToRemoteBranchFunction · 0.45
checkoutUpstreamBranchFunction · 0.45
verifyTagExistsFunction · 0.45
fetchTargetBranchesFunction · 0.45
getPreviousVersionTagMethod · 0.45

Calls 1

getRepositoryGitUrlFunction · 0.85

Tested by

no test coverage detected