MCPcopy Index your code
hub / github.com/nodejs/node / generateKeySync

Function generateKeySync

lib/internal/crypto/keygen.js:436–439  ·  view source on GitHub ↗
(type, options)

Source from the content-addressed store, hash-verified

434}
435
436function generateKeySync(type, options) {
437 return handleGenerateKeyError(
438 generateKeyJob(kCryptoJobSync, type, options).run());
439}
440
441module.exports = {
442 generateKeyPair,

Calls 3

handleGenerateKeyErrorFunction · 0.85
generateKeyJobFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…