MCPcopy Index your code
hub / github.com/nodejs/node / cacheExtraCACertificates

Function cacheExtraCACertificates

lib/tls.js:136–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134
135let extraCACertificates;
136function cacheExtraCACertificates() {
137 extraCACertificates ||= ObjectFreeze(getExtraCACertificates());
138
139 return extraCACertificates;
140}
141
142let systemCACertificates;
143function cacheSystemCACertificates() {

Callers 2

getCACertificatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…