Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ loadPEM
Function
loadPEM
test/parallel/test-tls-ecdh-auto.js:22–24 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
20
const
fixtures = require(
'../common/fixtures'
);
21
22
function
loadPEM(n) {
23
return
fixtures.readKey(`${n}.pem`);
24
}
25
26
const
options = {
27
key: loadPEM(
'agent2-key'
),
Callers
1
test-tls-ecdh-auto.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected