Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
423
export
function
clearProxyCache(): void {
424
getProxyAgent.cache.clear?.()
425
logForDebugging(
'Cleared proxy agent cache'
)
426
}
Callers
1
applyConfigEnvironmentVariables
Function · 0.85
Calls
2
logForDebugging
Function · 0.70
clear
Method · 0.45
Tested by
no test coverage detected