MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / _resetProxyCacheForTesting

Function _resetProxyCacheForTesting

src/utils/proxy-fetch.ts:114–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113/** Test/debug helper: force-reset the cached config + dispatchers. */
114export function _resetProxyCacheForTesting(): void {
115 cachedConfig = null;
116 httpsDispatcher = null;
117 httpDispatcher = null;
118 noProxyDispatcher = null;
119}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected