MCPcopy Create free account
hub / github.com/ZToolsCenter/ZTools / getProxyConfig

Method getProxyConfig

src/main/managers/proxyManager.ts:34–36  ·  view source on GitHub ↗

* 获取当前代理配置

()

Source from the content-addressed store, hash-verified

32 * 获取当前代理配置
33 */
34 public getProxyConfig(): ProxyConfig {
35 return { ...this.currentConfig }
36 }
37
38 /**
39 * 应用代理配置到指定 session

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected