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

Function cacheBundledRootCertificates

lib/tls.js:122–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120
121let bundledRootCertificates;
122function cacheBundledRootCertificates() {
123 bundledRootCertificates ||= ObjectFreeze(getBundledRootCertificates());
124
125 return bundledRootCertificates;
126}
127
128ObjectDefineProperty(exports, 'rootCertificates', {
129 __proto__: null,

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…