Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ update-root-certs.mjs
File
update-root-certs.mjs
tools/dep_updaters/update-root-certs.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Script to update certdata.txt from NSS.
2
import
{ execFileSync } from
'node:child_process'
;
3
import
{ randomUUID } from
'node:crypto'
;
4
import
{ createWriteStream } from
'node:fs'
;
Callers
nothing calls this directly
Calls
15
pipeline
Function · 0.90
fileURLToPath
Function · 0.85
basename
Function · 0.85
getFirefoxRelease
Function · 0.85
getNSSVersion
Function · 0.85
getCertdataURL
Function · 0.85
fetch
Function · 0.85
execFileSync
Function · 0.85
relative
Function · 0.85
map
Method · 0.65
matchAll
Method · 0.65
parseArgs
Function · 0.50
Tested by
no test coverage detected