Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
export
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
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