Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getBridgeBaseUrl
Function
getBridgeBaseUrl
src/bridge/bridgeConfig.ts:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
* OAuth config. Always returns a URL.
45
*/
46
export
function
getBridgeBaseUrl(): string {
47
return
getBridgeBaseUrlOverride() ?? getOauthConfig().BASE_API_URL
48
}
49
50
Callers
4
resolveOne
Function · 0.70
initReplBridge
Function · 0.70
bridgeMain
Function · 0.70
runBridgeHeadless
Function · 0.70
Calls
2
getBridgeBaseUrlOverride
Function · 0.85
getOauthConfig
Function · 0.85
Tested by
no test coverage detected