()
| 134 | |
| 135 | let extraCACertificates; |
| 136 | function cacheExtraCACertificates() { |
| 137 | extraCACertificates ||= ObjectFreeze(getExtraCACertificates()); |
| 138 | |
| 139 | return extraCACertificates; |
| 140 | } |
| 141 | |
| 142 | let systemCACertificates; |
| 143 | function cacheSystemCACertificates() { |
no outgoing calls
no test coverage detected
searching dependent graphs…