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

Function setHasStartedUserESMExecution

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

Source from the content-addressed store, hash-verified

541 return _hasStartedUserESMExecution;
542 },
543 setHasStartedUserESMExecution() {
544 _hasStartedUserESMExecution = true;
545 },
546 urlToFilename,
547};

Callers 3

runSyncMethod · 0.85
runMethod · 0.85
runSyncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected