Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ clearCACertsCache
Function
clearCACertsCache
src/utils/caCerts.ts:112–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
* (e.g., NODE_EXTRA_CA_CERTS, NODE_OPTIONS).
111
*/
112
export
function
clearCACertsCache(): void {
113
getCACertificates.cache.clear?.()
114
logForDebugging(
'Cleared CA certificates cache'
)
115
}
116
Callers
1
applyConfigEnvironmentVariables
Function · 0.85
Calls
2
logForDebugging
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected