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

Function hasStartedUserCJSExecution

lib/internal/modules/helpers.js:534–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532 stripBOM,
533 toRealPath,
534 hasStartedUserCJSExecution() {
535 return _hasStartedUserCJSExecution;
536 },
537 setHasStartedUserCJSExecution() {
538 _hasStartedUserCJSExecution = true;
539 },

Callers 1

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