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

Method shouldRunModule

lib/internal/modules/esm/module_job.js:207–209  ·  view source on GitHub ↗
(phase)

Source from the content-addressed store, hash-verified

205 return phase >= kDeferPhase;
206 }
207 shouldRunModule(phase) {
208 return phase === kEvaluationPhase;
209 }
210}
211
212/* A ModuleJob tracks the loading of a single Module, and the ModuleJobs of

Callers 6

syncLinkMethod · 0.95
#asyncLinkMethod · 0.80
runSyncMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runSyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected