MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / isProxyEnabled

Function isProxyEnabled

src/utils/networkProxy.ts:333–337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 * Check if a proxy is currently configured and active.
332 */
333export function isProxyEnabled(): boolean {
334 const config = getProxyConfig()
335 // Active proxy is only applied in debug mode.
336 return config.enabled && config.isDebugMode
337}
338
339/**
340 * Check if we're running in debug mode.

Callers 1

Calls 1

getProxyConfigFunction · 0.85

Tested by

no test coverage detected