Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
240
function
assertCrypto() {
241
if
(noCrypto)
242
throw
new
ERR_NO_CRYPTO();
243
}
244
245
function
assertTypeScript() {
246
if
(noTypeScript)
Callers
4
crypto.js
File · 0.85
https.js
File · 0.85
wrap.js
File · 0.85
core.js
File · 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…