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

Function assertCrypto

lib/internal/util.js:240–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240function assertCrypto() {
241 if (noCrypto)
242 throw new ERR_NO_CRYPTO();
243}
244
245function assertTypeScript() {
246 if (noTypeScript)

Callers 4

crypto.jsFile · 0.85
https.jsFile · 0.85
wrap.jsFile · 0.85
core.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…