Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claude-code-best/claude-code
/ resolveUpstreamBaseUrl
Function
resolveUpstreamBaseUrl
src/ssh/SSHAuthProxy.ts:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
function
resolveUpstreamBaseUrl(): string {
36
return
process.env.ANTHROPIC_BASE_URL || getOauthConfig().BASE_API_URL
37
}
38
39
async
function
proxyFetch(
40
req: Request,
Callers
1
proxyFetch
Function · 0.85
Calls
1
getOauthConfig
Function · 0.85
Tested by
no test coverage detected