Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/upstash/context7
/ getBaseUrl
Function
getBaseUrl
packages/cli/src/utils/api.ts:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
let
baseUrl =
"https://context7.com"
;
18
19
export
function
getBaseUrl(): string {
20
return
baseUrl;
21
}
22
23
export
function
setBaseUrl(url: string): void {
24
baseUrl = url;
Callers
4
trackEvent
Function · 0.85
refreshAccessToken
Function · 0.85
fetchWhoami
Function · 0.85
authenticateAndGenerateKey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected