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

Function exportKey

lib/internal/crypto/webcrypto.js:761–763  ·  view source on GitHub ↗
(format, key)

Source from the content-addressed store, hash-verified

759}
760
761function exportKey(format, key) {
762 return callSubtleCryptoMethod(exportKeyImpl, this, arguments);
763}
764
765function exportKeyImpl(format, key) {
766 const prefix = prepareSubtleMethod(this, 'exportKey', arguments.length, 2);

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…