MCPcopy 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.
2import { execFileSync } from 'node:child_process';
3import { randomUUID } from 'node:crypto';
4import { createWriteStream } from 'node:fs';

Callers

nothing calls this directly

Calls 15

pipelineFunction · 0.90
fileURLToPathFunction · 0.85
basenameFunction · 0.85
getFirefoxReleaseFunction · 0.85
getNSSVersionFunction · 0.85
getCertdataURLFunction · 0.85
fetchFunction · 0.85
execFileSyncFunction · 0.85
relativeFunction · 0.85
mapMethod · 0.65
matchAllMethod · 0.65
parseArgsFunction · 0.50

Tested by

no test coverage detected