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

Function cleanupWebCryptoResult

lib/internal/crypto/util.js:747–749  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

745
746// Remove the temporary then property installed by prepareWebCryptoResult().
747function cleanupWebCryptoResult(value) {
748 delete value.then;
749}
750
751// Resolve a WebCrypto promise while inherited then accessors are shadowed.
752function resolveWebCryptoResult(resolve, value) {

Callers 2

resolveWebCryptoResultFunction · 0.85
callSubtleCryptoMethodFunction · 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…