MCPcopy Index your code
hub / github.com/LeetCode-OpenSource/vscode-leetcode / getHttpAgent

Function getHttpAgent

src/utils/cpUtils.ts:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69function getHttpAgent(): string | undefined {
70 return vscode.workspace.getConfiguration("http").get<string>("proxy");
71}

Callers 1

createEnvOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected