MCPcopy Index your code
hub / github.com/codeaashu/claude-code / clearMTLSCache

Function clearMTLSCache

src/utils/mtls.ts:157–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 * Clear the mTLS configuration cache.
156 */
157export function clearMTLSCache(): void {
158 getMTLSConfig.cache.clear?.()
159 getMTLSAgent.cache.clear?.()
160 logForDebugging('Cleared mTLS configuration cache')
161}
162
163/**
164 * Configure global Node.js TLS settings

Callers 1

Calls 2

logForDebuggingFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected