Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnukarOP/claude-code-leaked
/ getRemoteUrl
Function
getRemoteUrl
source code/utils/git.ts:271–273 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
269
}
270
271
export
const
getRemoteUrl =
async
(): Promise<string | null> => {
272
return
getCachedRemoteUrl()
273
}
274
275
/**
276
* 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