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

Function getCachedRemoteUrl

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

Source from the content-addressed store, hash-verified

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

Callers 1

getRemoteUrlFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected