MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / applyProxyToSession

Function applyProxyToSession

apps/desktop/main/network/proxy.ts:182–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180}
181
182export function applyProxyToSession(): Promise<void> {
183 return proxyApplyQueue.apply(() => applyProxyConfigToSession(loadProxyConfig()))
184}
185
186function waitForPendingProxyApply(): Promise<void> {
187 return proxyApplyQueue.waitForPending()

Callers 2

saveProxyConfigFunction · 0.85
initProxyFunction · 0.85

Calls 3

loadProxyConfigFunction · 0.85
applyMethod · 0.80

Tested by

no test coverage detected