MCPcopy
hub / github.com/claude-code-best/claude-code / getRemoteUrl

Function getRemoteUrl

src/utils/git.ts:269–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267}
268
269export const getRemoteUrl = async (): Promise<string | null> => {
270 return getCachedRemoteUrl()
271}
272
273/**
274 * Normalizes a git remote URL to a canonical form for hashing.

Callers 8

getRepoRemoteHashFunction · 0.85
getGitStateFunction · 0.85
getGithubRepoFunction · 0.85
initReplBridgeFunction · 0.85
bridgeMainFunction · 0.85
runBridgeHeadlessFunction · 0.85
getCurrentRepoHttpsUrlFunction · 0.85

Calls 1

getCachedRemoteUrlFunction · 0.85

Tested by

no test coverage detected