MCPcopy 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 */
46export function getBridgeBaseUrl(): string {
47 return getBridgeBaseUrlOverride() ?? getOauthConfig().BASE_API_URL
48}
49
50

Callers 4

resolveOneFunction · 0.70
initReplBridgeFunction · 0.70
bridgeMainFunction · 0.70
runBridgeHeadlessFunction · 0.70

Calls 2

getBridgeBaseUrlOverrideFunction · 0.85
getOauthConfigFunction · 0.85

Tested by

no test coverage detected