MCPcopy 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 */
112export function clearCACertsCache(): void {
113 getCACertificates.cache.clear?.()
114 logForDebugging('Cleared CA certificates cache')
115}
116

Callers 1

Calls 2

logForDebuggingFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected