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

Function lazyWebCrypto

lib/crypto.js:132–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130
131let webcrypto;
132function lazyWebCrypto() {
133 webcrypto ??= require('internal/crypto/webcrypto');
134 return webcrypto;
135}
136
137let ownsProcessState;
138function lazyOwnsProcessState() {

Callers 2

getRandomValuesFunction · 0.85
getFunction · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…