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

Function generateKey

lib/internal/crypto/webcrypto.js:160–165  ·  view source on GitHub ↗
(
  algorithm,
  extractable,
  keyUsages)

Source from the content-addressed store, hash-verified

158}
159
160function generateKey(
161 algorithm,
162 extractable,
163 keyUsages) {
164 return callSubtleCryptoMethod(generateKeyImpl, this, arguments);
165}
166
167function generateKeyImpl(
168 algorithm,

Callers

nothing calls this directly

Calls 1

callSubtleCryptoMethodFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…