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

Function createVerify

lib/crypto.js:177–179  ·  view source on GitHub ↗
(algorithm, options)

Source from the content-addressed store, hash-verified

175}
176
177function createVerify(algorithm, options) {
178 return new Verify(algorithm, options);
179}
180
181module.exports = {
182 // Methods

Callers 3

oldVerifyFunction · 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…