MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / buildOrgUrl

Function buildOrgUrl

packages/backend/src/azuredevops.ts:15–18  ·  view source on GitHub ↗
(baseUrl: string, org: string, useTfsPath: boolean)

Source from the content-addressed store, hash-verified

13
14
15function buildOrgUrl(baseUrl: string, org: string, useTfsPath: boolean): string {
16 const tfsSegment = useTfsPath ? '/tfs' : '';
17 return `${baseUrl}${tfsSegment}/${org}`;
18}
19
20function createAzureDevOpsConnection(
21 orgUrl: string,

Callers 1

fetchFnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected