MCPcopy Index your code
hub / github.com/nodejs/node / list-certs.js

File list-certs.js

test/fixtures/list-certs.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const assert = require('assert');
2const EXPECTED_CERTS_PATH = process.env.EXPECTED_CERTS_PATH;
3let expectedCerts = [];
4if (EXPECTED_CERTS_PATH) {

Callers

nothing calls this directly

Calls 7

extractMetadataFunction · 0.85
mapMethod · 0.65
filterMethod · 0.65
requireFunction · 0.50
assertFunction · 0.50
readFileSyncMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected