MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / clearProxyCache

Function clearProxyCache

src/utils/proxy.ts:423–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421 * Clear proxy agent cache.
422 */
423export function clearProxyCache(): void {
424 getProxyAgent.cache.clear?.()
425 logForDebugging('Cleared proxy agent cache')
426}

Callers 1

Calls 2

logForDebuggingFunction · 0.70
clearMethod · 0.45

Tested by

no test coverage detected