MCPcopy
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

17let baseUrl = "https://context7.com";
18
19export function getBaseUrl(): string {
20 return baseUrl;
21}
22
23export function setBaseUrl(url: string): void {
24 baseUrl = url;

Callers 4

trackEventFunction · 0.85
refreshAccessTokenFunction · 0.85
fetchWhoamiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected