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

Function getCryptoKeyExtractable

lib/internal/crypto/keys.js:1170–1172  ·  view source on GitHub ↗

* Returns the value of a CryptoKey's `[[extractable]]` internal slot. * @param {CryptoKey} key * @returns {boolean}

(key)

Source from the content-addressed store, hash-verified

1168 * @returns {boolean}
1169 */
1170function getCryptoKeyExtractable(key) {
1171 return getSlots(key)[kSlotExtractable];
1172}
1173
1174/**
1175 * Returns the CryptoKey's `[[algorithm]]` internal slot, bypassing the

Callers 6

exportKeyJWKFunction · 0.85
exportKeySyncFunction · 0.85
keys.jsFile · 0.85
[kInspect]Method · 0.85
extractableMethod · 0.85
objectComparisonStartFunction · 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…