MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / getCachedRemoteUrl

Function getCachedRemoteUrl

source code/utils/git/gitFilesystem.ts:578–580  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

576}
577
578export function getCachedRemoteUrl(): Promise<string | null> {
579 return gitWatcher.get('remoteUrl', computeRemoteUrl)
580}
581
582export function getCachedDefaultBranch(): Promise<string> {
583 return gitWatcher.get('defaultBranch', computeDefaultBranch)

Callers 1

getRemoteUrlFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected