MCPcopy Create free account
hub / github.com/Noumena-Network/code / getRemoteUrl

Function getRemoteUrl

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

Source from the content-addressed store, hash-verified

282}
283
284export const getRemoteUrl = async (): Promise<string | null> => {
285 return getCachedRemoteUrl()
286}
287
288/**
289 * 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