MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getProxyUrl

Function getProxyUrl

cli/release/http.js:13–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 tlsModule = tls,
12}) {
13 function getProxyUrl() {
14 return (
15 env.HTTPS_PROXY ||
16 env.https_proxy ||
17 env.HTTP_PROXY ||
18 env.http_proxy ||
19 null
20 )
21 }
22
23 function shouldBypassProxy(hostname) {
24 const noProxy = env.NO_PROXY || env.no_proxy || ''

Callers 2

ensureBinaryExistsFunction · 0.70
buildRequestOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected