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

Function lazyOwnsProcessState

lib/crypto.js:138–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136
137let ownsProcessState;
138function lazyOwnsProcessState() {
139 ownsProcessState ??= require('internal/worker').ownsProcessState;
140 return ownsProcessState;
141}
142
143// These helper functions are needed because the constructors can
144// use new, in which case V8 cannot inline the recursive constructor call

Callers 1

setFipsFunction · 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…