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

Method extractable

lib/internal/crypto/keys.js:1073–1075  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1071 }
1072
1073 get extractable() {
1074 return getCryptoKeyExtractable(this);
1075 }
1076
1077 get algorithm() {
1078 const slots = getSlots(this);

Callers

nothing calls this directly

Calls 1

getCryptoKeyExtractableFunction · 0.85

Tested by

no test coverage detected