MCPcopy Index your code
hub / github.com/github/copilot-sdk / getExchanges

Method getExchanges

nodejs/test/e2e/harness/CapiProxy.ts:119–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 async getExchanges(): Promise<ParsedHttpExchange[]> {
120 const response = await fetch(`${this.proxyUrl}/exchanges`, { method: "GET" });
121 return await response.json();
122 }
123
124 async stop(skipWritingCache?: boolean): Promise<void> {
125 const url = skipWritingCache

Callers 12

waitForExchangesFunction · 0.45
sendAndGetNextExchangeFunction · 0.45
waitForExchangesFunction · 0.45
tools.e2e.test.tsFile · 0.45
getToolsExposedToLLMFunction · 0.45
waitForExchangesFunction · 0.45

Calls 1

jsonMethod · 0.80

Tested by 6

waitForExchangesFunction · 0.36
sendAndGetNextExchangeFunction · 0.36
waitForExchangesFunction · 0.36
getToolsExposedToLLMFunction · 0.36
waitForExchangesFunction · 0.36