Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
const
assert = require(
'assert'
);
2
const
EXPECTED_CERTS_PATH = process.env.EXPECTED_CERTS_PATH;
3
let
expectedCerts = [];
4
if
(EXPECTED_CERTS_PATH) {
Callers
nothing calls this directly
Calls
7
extractMetadata
Function · 0.85
map
Method · 0.65
filter
Method · 0.65
require
Function · 0.50
assert
Function · 0.50
readFileSync
Method · 0.45
split
Method · 0.45
Tested by
no test coverage detected