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

Function aliasKeyFormat

lib/internal/crypto/webcrypto.js:828–830  ·  view source on GitHub ↗
(format, alias)

Source from the content-addressed store, hash-verified

826}
827
828function aliasKeyFormat(format, alias) {
829 return format === alias ? 'raw' : format;
830}
831
832function importKeySync(format, keyData, algorithm, extractable, usages) {
833 let result;

Callers 1

importKeySyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…