Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
create
Method · 0.95
Calls
1
tryGetRemoteUrl
Method · 0.80
Tested by
no test coverage detected