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

Function convertSubtleArgument

lib/internal/crypto/webcrypto.js:132–137  ·  view source on GitHub ↗
(prefix, converter, value, index)

Source from the content-addressed store, hash-verified

130}
131
132function convertSubtleArgument(prefix, converter, value, index) {
133 return webidl.converters[converter](value, {
134 prefix,
135 context: kArgumentContexts[index],
136 });
137}
138
139function digest(algorithm, data) {
140 return callSubtleCryptoMethod(digestImpl, this, arguments);

Callers 15

digestImplFunction · 0.85
generateKeyImplFunction · 0.85
deriveBitsImplFunction · 0.85
deriveKeyImplFunction · 0.85
exportKeyImplFunction · 0.85
importKeyImplFunction · 0.85
wrapKeyImplFunction · 0.85
unwrapKeyImplFunction · 0.85
signImplFunction · 0.85
verifyImplFunction · 0.85
encryptImplFunction · 0.85
decryptImplFunction · 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…