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

Function createHash

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

Source from the content-addressed store, hash-verified

143// These helper functions are needed because the constructors can
144// use new, in which case V8 cannot inline the recursive constructor call
145function createHash(algorithm, options) {
146 return new Hash(algorithm, options);
147}
148
149function createCipheriv(cipher, key, iv, options) {
150 return new Cipheriv(cipher, key, iv, options);

Callers 8

runNPMPackageTestsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
measureLegacyFunction · 0.85
performLoadFunction · 0.85
testProviderPresentFunction · 0.85
testProviderAbsentFunction · 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…