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

Function digest

lib/internal/crypto/webcrypto.js:139–141  ·  view source on GitHub ↗
(algorithm, data)

Source from the content-addressed store, hash-verified

137}
138
139function digest(algorithm, data) {
140 return callSubtleCryptoMethod(digestImpl, this, arguments);
141}
142
143function digestImpl(algorithm, data) {
144 const prefix = prepareSubtleMethod(this, 'digest', arguments.length, 2);

Callers

nothing calls this directly

Calls 1

callSubtleCryptoMethodFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…