Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/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
269
export
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
getRepoRemoteHash
Function · 0.85
getGitState
Function · 0.85
getGithubRepo
Function · 0.85
detectCurrentRepositoryWithHost
Function · 0.85
initReplBridge
Function · 0.85
bridgeMain
Function · 0.85
runBridgeHeadless
Function · 0.85
getCurrentRepoHttpsUrl
Function · 0.85
Calls
1
getCachedRemoteUrl
Function · 0.85
Tested by
no test coverage detected