queryString: r:cody sourcegraph url
query: (and repo:cody substr:"sourcegraph" substr:"url")
targetRank: 1

**github.com/sourcegraph/cody-public-snapshot/lib/shared/src/sourcegraph-api/graphql/client.ts**
611:        const url = buildGraphQLUrl({ request: query, baseUrl: this.config.serverEndpoint })
626:        const url = buildGraphQLUrl({ request: query, baseUrl: this.dotcomUrl.href })
641:        const url = 'http://localhost:49300/.api/testLogging'
hidden 51 more line matches

github.com/sourcegraph/cody-public-snapshot/vscode/src/completions/client.ts
85:        const url = getCodeCompletionsEndpoint()
1:import { FeatureFlag, featureFlagProvider } from '@sourcegraph/cody-shared/src/experimentation/FeatureFlagProvider'
5:} from '@sourcegraph/cody-shared/src/sourcegraph-api/completions/client'
hidden 6 more line matches

github.com/sourcegraph/cody-public-snapshot/vscode/scripts/download-wasm-modules.ts
83:    for (const url of urls) {
93:function getFilePathFromURL(url: string): string {
20:const urls = [
hidden 21 more line matches

github.com/sourcegraph/cody-public-snapshot/slack/src/services/local-vector-store.ts
18:    const { content, url } = codyNotice
9:        owner: 'sourcegraph',
24:            fileName: url,

github.com/sourcegraph/cody-public-snapshot/lib/shared/src/sourcegraph-api/completions/client.ts
23:export abstract class SourcegraphCompletionsClient {
21: * Access the chat based LLM APIs via a Sourcegraph server instance.
36:        return new URL('/.api/completions/stream', this.config.serverEndpoint).href
hidden 1 more line matches

github.com/sourcegraph/cody-public-snapshot/lib/shared/src/sourcegraph-api/completions/browserClient.ts
8:export class SourcegraphBrowserCompletionsClient extends SourcegraphCompletionsClient {
5:import { SourcegraphCompletionsClient } from './client'
20:            headersInstance.set('X-Sourcegraph-Should-Trace', 'true')
hidden 1 more line matches

hidden 71 more file matches
