fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 2.0 kB View raw
1queryString: r:cody sourcegraph url 2query: (and repo:cody substr:"sourcegraph" substr:"url") 3targetRank: 1 4 5**github.com/sourcegraph/cody-public-snapshot/lib/shared/src/sourcegraph-api/graphql/client.ts** 6611: const url = buildGraphQLUrl({ request: query, baseUrl: this.config.serverEndpoint }) 7626: const url = buildGraphQLUrl({ request: query, baseUrl: this.dotcomUrl.href }) 8641: const url = 'http://localhost:49300/.api/testLogging' 9hidden 51 more line matches 10 11github.com/sourcegraph/cody-public-snapshot/vscode/src/completions/client.ts 1285: const url = getCodeCompletionsEndpoint() 131:import { FeatureFlag, featureFlagProvider } from '@sourcegraph/cody-shared/src/experimentation/FeatureFlagProvider' 145:} from '@sourcegraph/cody-shared/src/sourcegraph-api/completions/client' 15hidden 6 more line matches 16 17github.com/sourcegraph/cody-public-snapshot/vscode/scripts/download-wasm-modules.ts 1883: for (const url of urls) { 1993:function getFilePathFromURL(url: string): string { 2020:const urls = [ 21hidden 21 more line matches 22 23github.com/sourcegraph/cody-public-snapshot/slack/src/services/local-vector-store.ts 2418: const { content, url } = codyNotice 259: owner: 'sourcegraph', 2624: fileName: url, 27 28github.com/sourcegraph/cody-public-snapshot/lib/shared/src/sourcegraph-api/completions/client.ts 2923:export abstract class SourcegraphCompletionsClient { 3021: * Access the chat based LLM APIs via a Sourcegraph server instance. 3136: return new URL('/.api/completions/stream', this.config.serverEndpoint).href 32hidden 1 more line matches 33 34github.com/sourcegraph/cody-public-snapshot/lib/shared/src/sourcegraph-api/completions/browserClient.ts 358:export class SourcegraphBrowserCompletionsClient extends SourcegraphCompletionsClient { 365:import { SourcegraphCompletionsClient } from './client' 3720: headersInstance.set('X-Sourcegraph-Should-Trace', 'true') 38hidden 1 more line matches 39 40hidden 71 more file matches