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

Function hasStartedUserESMExecution

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

Source from the content-addressed store, hash-verified

538 _hasStartedUserCJSExecution = true;
539 },
540 hasStartedUserESMExecution() {
541 return _hasStartedUserESMExecution;
542 },
543 setHasStartedUserESMExecution() {
544 _hasStartedUserESMExecution = true;
545 },

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…