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

Function sign

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

Source from the content-addressed store, hash-verified

1204}
1205
1206function sign(algorithm, key, data) {
1207 return callSubtleCryptoMethod(signImpl, this, arguments);
1208}
1209
1210function signImpl(algorithm, key, data) {
1211 const prefix = prepareSubtleMethod(this, 'sign', arguments.length, 3);

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…