MCPcopy Create free account
hub / github.com/browserify/crypto-browserify / error

Function error

example/bundle.js:360–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

358 };
359
360 function error() {
361 var m = Array.prototype.slice.call(arguments).join(' ');
362 throw new Error(m+'\nwe accept pull requests\nhttp://github.com/browserify/crypto-browserify'.join('\n'));
363 }
364
365 exports.createHash = function (alg) {
366 alg = alg || 'sha1';

Callers 1

bundle.jsFile · 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…