MCPcopy Index your code
hub / github.com/peter-evans/create-pull-request / fetchRemoteDetail

Method fetchRemoteDetail

src/git-config-helper.ts:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 async fetchRemoteDetail(): Promise<void> {
75 this.remoteUrl = await this.git.tryGetRemoteUrl()
76 }
77
78 getGitRemote(): GitRemote {
79 return GitConfigHelper.parseGitRemote(this.remoteUrl)

Callers 1

createMethod · 0.95

Calls 1

tryGetRemoteUrlMethod · 0.80

Tested by

no test coverage detected